TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX