Navigate

[method icon] Navigate(sUrl$)

Navigate to URL

sUrl$ String URL string of the resource you wish to browse

Applies to: HTML


>Navigate

Navigate

Call this method to have the HTML control download and display the information at the given URL.

This method call will cause two methods to be fired. BeforeNavigate and NavigateComplete (In that order).

For an example on how to use this control and its methods see. HTML Example.

See also

HTML methods, properties and events.