FrameArray object (Object/browser)

A collection of frames within a window. Actually there is no FrameArray object type because it is implemented as a Frames object.

Availability:

JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
JavaScript syntax:-myFrameArray = frames
-myFrameArray = myDocument.frames
-myFrameArray = myWindow.frames
Object properties:length
Object methods:item()

See also:Collection object, Frame object, Window.frames[]

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
length1.0 1.01.0 1.02.0 2.03.02 3.02 n/a n/a n/a n/a n/a n/areadonly

MethodJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
item() n/a3.0 3.0 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a-

Refer to:

Frames object