 |
Purpose
Launches a URL (http, ftp, fcp, mailto...) on the FirstClass client.
The URL will be launched in the registered browser, mail client, or other applicable application.
Syntax
LaunchURL (URLString)
URLString |
The URL as a string. |
Example
Sub Main()
LaunchURL ("http://www.firstclass.com")
End Sub
|  |