src
The src property provides a url to load as content into the current frame.
Syntax
Parameters
sURL is a string containing a URL.
Example
Notes
Specification
DOM Level 2 -- HTMLFrameElement
IFRAME
The IFRAME element is very much like a FRAME. The difference is that an IFRAME can be inserted in-line, hence the name IFRAME. Regular FRAME elements take up as much space as they can (given the dimensions of the FRAMESET, the presence of other frames, and the confines of the document itself). But iframes can be aligned in their containing elements, given a specific height and width, etc.
Properties
Netscape Communications http://developer.netscape.com |