This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

noFrames

Summary

Recognized as a deprecated element. Intended to provide content for browsers that cannot, or are configured not to, display frames.

Overview Table

DOM Interface
HTMLElement

Deprecated, see [1]

Examples

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

Related pages

  • frame

Attributions