34 窗口标识的混淆
|
|
- 典型的情况下特性 top.frames[name or number].document.forms[ index
and not name ].elementname.value 说明了与从左到右对应的从上到下的继承关系
- 用户也可以直接使用 framename 代替 frames["framename"]
-- 后者方便得多因为比JavaScript 代码中的变量frame更易于访问l
- 注意, 手册上说适应 client(navigator) 和 server(LiveWire) 对象, 但是本文只包含
client 一端
- navigator window and frame are objects defining hierarchy of cascading
containers
- document form history link location are objects defining parts of
a window or frame.
- anchors links forms frames are array properties
- top parent self are properties labelling particular frames and windows
Copyright: NPACT |
|