DADiSP Worksheet Functions > Function Categories > Menu Functions > VIEWHTML

 

VIEWHTML

Purpose:

Displays an HTML page.

Syntax:

VIEWHTML("url", "title", tools, h, w)

"url"

-

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

"title"

-

Optional. A string, the title to display. Defaults to the URL.

tools

-

Optional. An integer, display browser buttons flag. Defaults to 1, display buttons.

h

-

Optional. An integer. The height in pixels.  Defaults to -1, autosize.

w

-

Optional. An integer. The width in pixels.  Defaults to -1, autosize.

Example:

viewhtml("www.dadisp.com")

 

displays the DADiSP home page.

Example:

viewhtml www.dadisp.com

 

Same as above except the URL is entered in command form.

Remarks:

VIEWHTML displays HTML pages from the web or local machine.

 

See GOTOURL to display a web page or HTML file in the default browser.

 

See VIEW to display an SPL file.

 

See VIEWFILE to display a text file.

 

See SHELLEXECUTE to process a file with a system defined application.

See Also:

GOTOURL

MENUFILE

SHELLEXECUTE

VIEW

VIEWFILE

VIEWLOG

VIEWPROP

VIEWTEXT

WHICH