Body

The content of the body element should be the code to execute when the method is called.

More information about body

body 要素の内容は、メソッドが呼ばれたときに実行されるコードになっている必要がある。

body の追加情報

属性:

id

属性:

id

Type: element id, must be unique in the window

A unique identifier so that you can identify the body with. You can use this as a parameter to getElementById and other DOM functions and to reference the element in style sheets.

型 : 要素 id。ウィンドウ内で一意でなければならない。

body を識別できるユニークな識別子。getElementById や他の DOM 関数へのパラメータとして、またスタイルシートの要素への参照として使用することができる。


Copyright (C) 1999 - 2004 XulPlanet.com