WebBrowserNavigate

Description: Call this to cause a WebBrowser to change pages.
Returns: Boolean
Usage: Script Only.
Function Groups: Graphics
Related to: WebBrowser
Format: WebBrowserNavigate(BrowserHandle, URL)
Parameters:  
BrowserHandle
Required Web Browser Handle (#VTypeWebBrowser) - Web Browser instance whose page you want to change.
URL
Required text. The URL that the Web Browser should navigate to.
Comments:

Returns TRUE if the browser is running and FALSE otherwise.