Availability: |
| ||||||
Property/method value type: | Window object | ||||||
JavaScript syntax: | - | myWindow.open() | |||||
- | myWindow.open(aURL) | ||||||
- | myWindow.open(aURL, aName) | ||||||
- | myWindow.open(aURL, aName, aFeatureList) | ||||||
- | myWindow.open(aURL, aName, aFeatureList, aFlag) | ||||||
- | open() | ||||||
- | open(aURL) | ||||||
- | open(aURL, aName) | ||||||
- | open(aURL, aName, aFeatureList) | ||||||
- | open(aURL, aName, aFeatureList, aFlag) | ||||||
Argument list: | aFeatureList | A list of attributes for the new window | |||||
aFlag | A flag to indicate how the history list is to be modified | ||||||
aName | The name of a new or existing target window | ||||||
aURL | A URL to load into the window |
Prev | Home | Next |
onUnload | Up | opener |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |