动态网页代码
发布网友
发布时间:2022-04-29 19:00
我来回答
共1个回答
热心网友
时间:2022-06-20 03:55
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init)
{ //reloads the window if Nav4 resized
if (init==true)
with (navigator) //对浏览器进行操作
{
if ((appName=="Netscape")&&(parseInt(appVersion)==4))//校验浏览器是不是网景4.0
{
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; //设置宽和高
onresize=MM_reloadPage; //onresize 事件会在窗口或框架被调整大小时发生
}
}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload(); //重新载入
}
MM_reloadPage(true);