定时刷新:
1,<script>setTimeout(“location.href=’url'”,2000)</script>
说明:url是要刷新的页面URL地址
2000是等待时间=2秒,
2,<meta name=”Refresh” content=”n;url”>
说明:
n is the number of seconds to wait before loading the specified URL.
url is an absolute URL to be loaded.
n,是等待的时间,以秒为单位
url是要刷新的页面URL地址
3,<%response.redirect url%>
说明:一般用一个url参数或者表单传值判断是否发生某个操作,然后利用response.redirect 刷新。
http://www.gaodaima.com/27678.html
4,刷新框架页
〈script language=JavaScript>top.leftFrm.location.reload();parent.frmTop.location.reload();</script〉
欢迎大家阅读《刷新页面实现方式总结(HTML,ASP,js)_js》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码