Javascript刷新頁面的幾個方法:
1. history.go(0)
2. location.reload()
3. location=location
4. location.assign(location)
5. document.execCommand(' Refresh')
6. window.navigate(location)
7. location.replace(location)
8. document.URL=location.href
自動刷新頁面的方法:
1.頁面自動刷新:把如下程式碼加入
區域中2.頁自動跳轉:把如下程式碼加入
區域中
其中20指隔20秒後跳到http:// jay-xu33.cnblogs.com/頁
3.頁面自動刷新js版
ASP.NET如何輸出刷新父視窗腳本語句
1. this.response.write("<script>opener.location.reload();</script>");
2. this.response.write("<script>opener.window.location.href = opener.window.location.href;</script>");
3. Response.Write("");
JS刷新框架的腳本語句
//如何刷新包含該框架的頁用
parent.location.reload() ;
( 或刷新 )
如果想關閉視窗時刷新或想開窗時刷新的話,在