Overview | Methods | This Package | All Packages
Loads the document at the specified URL into the HTML control.
Syntax
public final void setURL( String url )
Parameters
url
The address of the page to load.
Remarks
Once this document is loaded, the documentReady event is triggered, and you can use the HTMLControl object's getDocument method to retrieve a DhDocument object that represents the control's contents.
See Also getDocument, getURL