原帖由 catfox 于 2006-10-14 20:03 发表
一个大问题 !
在访问一些网页,如news.sina.com.cn时会出现
a Runtime Error has occurred
Do you wish to Debug?
Line:14
Error:Object doesn't support this property or method
如果进调试器的话,就 ...
一个大问题 !
在访问一些网页,如news.sina.com.cn时会出现
a Runtime Error has occurred
Do you wish to Debug?
Line:14
Error:Object doesn't support this property or method
如果进调试器的话,就是下面的了。停在----->>>>>> myright.style.top=bdy.scrollTop+bdy.offsetHeight-imgheight_close;
但是用IE没有问题 。好几个网站都有这个问题 。
var imgheight_close
document.ns = navigator.appName == "Microsoft Internet Explorer"
var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body;
window.screen.width>800 ? imgheight_close=120:imgheight_close=120
function myload()
{
----->>>>>> myright.style.top=bdy.scrollTop+bdy.offsetHeight-imgheight_close;
myright.style.left=bdy.offsetWidth-120;
mymove();
}
function mymove()
{
myright.style.top=bdy.scrollTop+bdy.offsetHeight-imgheight_close;
myright.style.left=bdy.scrollLeft+bdy.offsetWidth-120;
setTimeout("mymove();",50)
}
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)
function close_float_right(){
myright.style.visibility='hidden';
}