name
The name of the current iframe.
Syntax
Parameters
Example
Notes
In the HTML, you can set the IFRAME 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 |