Loads the document at the specified URL into the HTML control.
public final void setURL( String url )
url
The address of the page to load.
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