JavaScript は前のページに戻ります
1. Javascript は前のページに戻ります。history.go(-1)、history.go(-2);
2 の 2 ページを返します。 back ().
3. window.history.forward() は次のページに戻ります
4. window.history.go (どのページに戻ります。訪問した URL を使用することもできます)
例:
前のページresponse.Write("")
response.Write("
Javascript を使用してページを更新するいくつかの方法:
//1
history.go(0)
/ /2
location.reload()
//3
location=location
//4
location.assign(location)
//5
document.execCommand( '更新')
//6
window.navigate(location)
//7
location.replace(location)
//8
document.URL=location.href
ページを自動的に更新する方法:
1. ページを自動的に更新します:
20 は、20 秒ごとにページを更新することを意味します。
2. 自動ページ ジャンプ:
領域に次のコードを追加します。 meta http-equiv="refresh" content="20;url=http://www.jb51.net">
指 20 は http://www.jb51.net/tools/files にジャンプします。 20 秒後に shtml ページ
3. ページが自動的に js バージョンを更新します
<スクリプト言語 ="JavaScript">
関数 myrefresh()
{
window.location.reload()
}
setTimeout('myrefresh) ()',1000); //1 秒ごとに 1 回更新を指定します
ASP.NET は親ウィンドウの更新スクリプト ステートメントをどのように出力しますか
//1.
this.response.write("< ;script>opener.location.reload();" );
//2.
this.response.write("<script>opener.window.location.href = opener. window.location.href;</script>");
//3.
Response.Write("")
JS リフレッシュ フレーム スクリプト ステートメント
//
// サブウィンドウを更新します
( or
Refresh )
//
ウィンドウを閉じたときに更新するか、ウィンドウを開いたときに更新する場合は、 で次のステートメントを呼び出します。
ウィンドウが開いているときに更新します
ウィンドウが閉じているときに更新します