name
The name of the current frame.
Syntax
Parameters
Example
Notes
In the HTML, you can set the FRAME name attribute directly:
<frame name="f1"/> and then refer to that frame in the DOM with window.frames["f1"].Specification
Netscape Communications http://developer.netscape.com |