Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Retrieves the window object of the specified frame or iframe .
Syntax
N/A |
[ oWindow = ] document.all.object . contentWindow |
Possible Values
oWindow | Object that receives the window object. |
The property is read-only. The property has no default value.
Remarks
This property is useful if you do not know the id of the frame or iframe you are accessing through a collection.
Example
The following example shows how to use the contentWindow property to change the URL of window objects contained inside several iframe objects.
<html>
Standards Information
There is no public standard that applies to this property.
Applies To
|
FRAME , IFRAME |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |