<wwwopen> Opens web page in your default web browser.


Command Tree:   Internet  \  Open Web page
.
Syntax:   <wwwopen>("WebLink", WindowState)
WebLink
Link (URL) to the web page (e.g., "http://www.softwareutilities.com").  The link must contain http://, https://, etc. prefix.
WindowState
The state of the window:
0 - Normal
1 - Maximized
2 - Minimized
.
.
Example:   <#> This command opens SoftwareUtilities.Com web page
<#>
<wwwopen>("http://softwareutilities.com",0)