DhWindow.open

Overview | Methods | This Package | All Packages

DhWindow.open

Opens a new URL in this window with the specified name and properties.

Syntax

final public DhWindow open( String url, String name, DhWindowInfo wi, boolean fReplace )

Parameters

url

The string defining the URL of the new location.

name

The name of the window. This name cannot contain spaces.

wi

A DhWindowInfo object defining the appearance and size of the new window.

fReplace

Set to true to replace the current contents; set to false to keep the current contents.

Returns

Returns a DhWindow handle to the newly opened window.

See Also   getURL