IDを取得する


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

ポイント myID = document.all["myOBJ"].id;
説  明 IDは「オブジェクト名.id」で取得できます。IDを取得するには、タグのid属性で「id="ID名"」のように指定しておく必要があります。
サンプル <html> <head> <title>IDを取得する</title> <script language="JavaScript"><!-- function check() { alert(document.all["Oh"].id); } // --></script> </head> <body> <div id="Oh"><a href="javaScript:check()">sample</a></div> </body> </html>
補足説明 NN4ではDIV、SPAN、LAYER、ILAYERタグであればdocument.layers["myOBJ"].idでidを取得できます。

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

写真素材 PIXTA