親ウィンドウからサブウィンドウの関数を呼び出す


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - × -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - × × -

ポイント subWin.myFunc()
説  明 サブウィンドウ内の関数を呼び出すには「サブウィンドウ名.関数名()」のように記述します。
サンプル <html> <head> <title>親ウィンドウからサブウィンドウの関数を呼び出す</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); function call() { subWin.myFunc(); } // --></script> </head> <body> <a href="javaScript:call()">サブウィンドウの関数を呼び出す</a> </body> </html>
補足説明 サブウィンドウ側のHTMLファイルは以下の通りです。 <html> <head> <title>親ウィンドウからサブウィンドウの関数を呼び出す</title> <script Language="JavaScript"><!-- function myFunc() { alert("サブウィンドウ側の関数です"); } // --></script> </head> <body> サブウィンドウ側 </body> </html>

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA