//閉じる。親ウィンドウも子ウィンドウもダイアログ ボックスを表示せず、直接閉じます。
this.Response.Write("<script>");<br>this.Response.Write ("{top.opener =null;top.close();}");<br>this.Response.Write("</script>");
//ポップアップ ウィンドウは、現在のページの幅=200 高さ=200 メニューを更新します。メニュー バー、ツールバー、アドレス バー、ステータス バーはありません
this.Response.Write("");
//ポップアップ ウィンドウが現在のページを更新します
this.Response.Write("");
this.Response.Write("<script>window.open('WebForm2.aspx','_blank');</script>");
//ポップアップ プロンプト ウィンドウが webform2.aspx ページ (IE ウィンドウ内) にジャンプします
this.Response.Write(" ");
//現在の子ウィンドウを閉じ、親ウィンドウを更新します
this.Response.Write("<script>window.opener.location.href=window.opener.location.href;window.close() ;< ;/script>");<br>this.Response.Write("<script>window.opener.location.replace(window.opener.document.referrer);window.close();</script> ;" );</p>
<p>//子ウィンドウは親ウィンドウを更新します<br>this.Response.Write("<script>window.opener.location.href=window.opener.location.href;</script>");
this.Response.Write("<script>window.opener.location.href='WebForm1.aspx';</script>");
//ポップアップ プロンプト ウィンドウ。確認後、サブウィンドウ (WebForm2.aspx) がポップアップします。
this.Response.Write("");
//プロンプトウィンドウが表示されます。確認後、親ウィンドウを更新します。
this.Response.Write("<script>alert('Published completed!');window.opener.location.href=window .opener.location.href;</script>");
//同じページがポップアップします
//
Response.Write("parent.mainFrameBottom.location.href='yourwebform.aspx?temp=" str "';");
width=50: 幅
height=50: 高さ
scrollbars=yes/n スクロール バー
top=50: 画面からのウィンドウの距離上
left=50: ウィンドウと画面の左側の間の距離
例: