レイヤー内のオブジェクトにアクセスする


動作ブラウザ 【 IE:-  NN:4.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 - - - - - - - - - - × × -

ポイント document.layers["myLAY"].document.myFORM.myTEXT.value = (new Date());
説  明 レイヤー内のオブジェクトにアクセスするには「document.layers["レイヤー名"].document.オブジェクト名.〜」のように先頭にdocument.layersを付加して記述します。
サンプル <html> <head> <title>レイヤー内のオブジェクトにアクセスする</title> <script language="JavaScript"><!-- function setLayerForm() { document.layers["myLAY"].document.myFORM.myTEXT.value = (new Date()); } // --></script> </head> <body> <a href="javaScript:setLayerForm()">現在時刻を設定</a><br> <layer name="myLAY"> <form name="myFORM"> <input type="text" size="40" name="myTEXT"> </form> </layer> </body> </html>
補足説明 なし

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

写真素材 PIXTA