DhWindow.navigate

Overview | Methods | This Package | All Packages

DhWindow.navigate

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

Syntax

final public void navigate( String url, EventHandler h )

Parameters

url

A string defining the URL of the new location.

h

A EventHandler delegate specifying a method to call when URL being navigated has finished loading.

Returns

Returns a DhWindow handle to the newly opened window.