Starts Web browser and opens the specified URL.
GOTOURL("url")
"url" |
- |
A string, the URL of the web page to display. |
gotourl("www.dadisp.com")
Opens the Web browser and loads the www.dadisp.com homepage.
GOTOURL uses the current running browser if available, else it starts the browser as specified by the system.
See VIEWHTML to display a web page or HTML file in a dialog box.
See SHELLEXECUTE to process a file using a system defined application.