親ウィンドウからサブウィンドウに文字を表示する


動作ブラウザ 【 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.document.open(); subWin.document.write("表示する文字です"); subWin.document.close();
説  明 親ウィンドウからサブウィンドウに文字を表示するには「サブウィンドウ名.document.write()」を使います。正しくデータを書き出すためにdocument.write()を「サブウィンドウ名.document.open()」、最後に「サブウィンドウ名.document.close()」で囲みます。document.open()の引数はMIMEタイプが指定でき省略した場合はtext/htmlになります。
サンプル <html> <head> <title>親ウィンドウからサブウィンドウに文字を表示する</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); function call() { subWin.document.open(); subWin.document.write("表示する文字です"); subWin.document.close(); } // --></script> </head> <body> <a href="javaScript:call()">文字をサブウィンドウに出力</a> </body> </html>
補足説明 なし

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

写真素材 PIXTA