To launch a web page with the users default browser, you can use the following command.
code:
shell '%comspec% /c start http://server.com/webpage.html'[/CODE] 

Mark P.