OpenUrl  Browser

The OpenUrl function navigates to a resource identified by a URL or to a file identified by a full path.

Syntax

Integer Browser.OpenUrl(
     String url)

Parameters

urlURL or full path.Required

Return value

The OpenUrl function returns true.

If an error occurs, the OpenUrl function returns false.

Example

myBrowser.OpenUrl("http://www.seccia.org")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia