DADiSP Worksheet Functions > Function Categories > Operating System Interface > GOTOURL

 

GOTOURL

Purpose:

Starts Web browser and opens the specified URL.

Syntax:

GOTOURL("url")

"url"

-

A string, the URL of the web page to display.

Example:

gotourl("www.dadisp.com")

 

Opens the Web browser and loads the www.dadisp.com homepage.

Remarks:

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.

See Also:

RUN

SHELLEXECUTE

VIEWHTML