标题:asp整个页面的刷新问题
只看楼主
wushujing
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2006-11-23
得分:0 
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);


这是自动重载的!
2006-11-23 11:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-90316-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.166085 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved