Contains HTML for browsers that do not support FRAMESET elements.
HTML Syntax
<NOFRAMES ID = value ></NOFRAMES>
Remarks
The NOFRAMES element is a block element and requires a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
Example
This example uses the NOFRAMES element to specify HTML that is rendered by browsers incapable of displaying frames.
<FRAMESET> <NOFRAMES>You need Internet Explorer version 3.0 or later to view frames!</NOFRAMES> </FRAMESET>
See Also
FRAME