(フレーム) frames |
         |
フレームオブジェクトです |
- 書式
- parent.★.◆.◇
- top.★.◆.◇
- self.★.◆.◇
- ★=フレーム名 または frames[ 参照番号 ]
- ◆=オブジェクト、メソッド、プロパティまたはイベントハンドラ
- ◇=メソッド、プロパティまたはイベントハンドラ
- (◆◇は省略可能)
- 文例
- total = parent.myFrame.length
- frameColor = self.myFrame.document.bgColor
- 上位オブジェクト
- -
- 説明
- <FRAME>タグで定義されるフレームオブジェクトです。各フレームの内容を参照または変更することができます。
- 下位
frames,
window,
defaultStatus,
frameRate,
length,
location,
name,
parent,
self,
status,
top,
onBlur,
onFocus