IE6的BUG哪,哎
location.href 尽然不跳转
解决方法:
function tourl(url){ location.href=url; window.event.returnValue = false; }
详细信息可看
http://support.microsoft.com/kb/190244/en-us
IE6的BUG哪,哎
location.href 尽然不跳转
解决方法:
function tourl(url){ location.href=url; window.event.returnValue = false; }
详细信息可看
http://support.microsoft.com/kb/190244/en-us