親ページの更新方法
644 ワード
1、私はJavaScriptでページを弾いていますが、このページが閉まっている時に父の窓口を更新するのはどうですか?
iframe(iframeMainはiframeのID)
document.all.iframeMain.src=「XXX」
//iframeの最終更新内容を表示する
document.all.iframeMain.com ntWindow.location="XXX"
//iframeの内容を更新する
firefoxにはdocument.allオブジェクトがありません.
document.getElementById.contentwindow.locations.href="XXX"を使います.
Response.Write("
<script>
alert(' !');
window.opener.location.href=window.opener.location.href;
window.close();
</script>");
2、iframeを更新するiframe(iframeMainはiframeのID)
document.all.iframeMain.src=「XXX」
//iframeの最終更新内容を表示する
document.all.iframeMain.com ntWindow.location="XXX"
//iframeの内容を更新する
firefoxにはdocument.allオブジェクトがありません.
document.getElementById.contentwindow.locations.href="XXX"を使います.