onclick="this.src='inc/{$CodePlan}.asp?'+Math.random()"
要转成直接用网址引用的连接地址怎么改?
我改成了 src=/this.src='/inc/CodeNum.asp?'+Math.random()
和src="/inc/CodeNum.asp?+Math.random()"
我改成了这两样但是用不起
onclick="this.src='inc/{$CodePlan}.asp?'+Math.random()"
要转成直接用网址引用的连接地址怎么改?
我改成了 src=/this.src='/inc/CodeNum.asp?'+Math.random()
和src="/inc/CodeNum.asp?+Math.random()"
我改成了这两样但是用不起
不清楚你是使用什么控件?建议可以直接使用<a href="xxx.asp?id="+Math.random>Click Here</a>
或者使用onclick="window.location='/inc/CodeNum.asp?id='"+math.random + "'"