当前位置: 网站首页 > IT资讯

ASP.NET页面刷新方法总结

时间:1970-1-1 08:33:31来源: IT资讯作者:admin 点击:3次 字体 [ С]

  < script language="javascript"> < !-- function clock(){i=i-1 document.title="本窗口将在"+i+"秒后自动关闭!"; if(i>0)setTimeout("clock(); ",1000); else self.close(); } var i=2 clock(); //--> < /script> //第二个刷新父页面的函数

  < script language="javascript"> opener.location.reload(); < /script> //第三个打开窗口

  < script language="javascript"> function show(mylink,mytitle,width,height) {mailwin=window.open(mylink,mytitle,'top=350,left=460,width='+width+',height='+height+',scrollbars=no')} < /script> 有关asp.net页面刷新的问题,收藏这几种方法会有用的。

发表评论
验证码:
最新评论
相关文章
最热文章