ホームページ > ウェブフロントエンド > jsチュートリアル > Javascriptポップアップの各種方法まとめ windows_javascriptスキル

Javascriptポップアップの各種方法まとめ windows_javascriptスキル

WBOY
リリース: 2016-05-16 17:16:28
オリジナル
2106 人が閲覧しました

コードをコピー コードは次のとおりです:

//閉じると、親ウィンドウがポップアップします。ダイアログ ボックスと子ウィンドウを直接閉じます
this.Response.Write("");

//閉じる。親ウィンドウも子ウィンドウもダイアログ ボックスを表示せず、直接閉じます。
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() ;&lt ;/script>");<br>this.Response.Write("<script>window.opener.location.replace(window.opener.document.referrer);window.close();</script&gt ;" );</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 "';");




パラメータの説明:

JS スクリプトの終わり
'newwin': メニュー バー アドレス バー ツールバーを非表示

width=50: 幅
height=50: 高さ
scrollbars=yes/n スクロール バー
top=50: 画面からのウィンドウの距離上
left=50: ウィンドウと画面の左側の間の距離
例:

コードをコピー コードは次のとおりです。
window.open('detail.aspx?ID=" e.Item.Cells[1].Text "','newwin','width=750 ,height=600,scrollbars=yes,top= 50,left=50');");
this.Response.Write("<Script>window.open('WebForm2.aspx','','ツールバー = いいえ、場所 = いいえ、ディレクトリ = いいえ、ステータス = いいえ、メニューバー = いいえ、スクロールバー = いいえ、サイズ変更可能 = はい、幅 = 750、高さ = 470、左 = 80、トップ = 40');</script&gt ;");<br><br> </div>例:<br><br><div class="codetitle"> <span><a style="CURSOR: pointer" data="27452" class="copybut" id="copybut27452" onclick="doCopy('code27452')">コードをコピー<u></u></a> コードは次のとおりです:</span><div class="codebody" id="code27452"> <br>this.Response.Write("<script>alert('発行成功!');window.opener.location.href=window.opener.location.href;</script>");
this.Response.Write("<script>");<br>this.Response.Write("{top.opener =null;top.close();}");<br>this.Response .Write("</script>");

例:
复制代 代以下のように:

linkcolumn1.DataNavigateUrlFormatString="javascript:varwin=window.open('edit_usr.aspx?actid={0}','newwin','width=750,height=600,scrollbars =はい,上=50,左=50');window.close()";
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート