TOC PREV NEXT INDEX

domref



window.length


Returns the number of frames in the window.

Syntax

ifrms = window.length
 

Parameters

ifrms is the number of frames as an integer.

Example

if ( window.length )
 
    // this is a document with subframes
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX