当前位置: 代码迷 >> JavaScript >> IE7如何改变这种写法
  详细解决方案

IE7如何改变这种写法

热度:51   发布时间:2012-02-22 19:36:55.0
IE7怎么改变这种写法?
<img   src= "GetCode.asp "   alt= "验证码,看不清楚?请点击刷新验证码 "   onclick= "this.src= 'GetCode.asp '; "     height= "21px "   align= "absbottom "   style= "cursor:pointer; "/>
这个在ie7中已经无效了
要是没有更好的解决办法我就要用到框架了.

------解决方案--------------------
try:

onclick= "this.src= 'GetCode.asp? ' + Math.random(); "
  相关解决方案