Reference Manual

NAME
web - display a URL or file in a browser window
SYNOPSIS
web   [url]
webf  filename
webcb url
DESCRIPTION
Command web fetches a specified url by invoking the System Web Browser (usually Internet Explorer). The specified URL must be well-formed, as no URL cracking is done in this release. The web page is displayed in a Browser Object embedded in a child window of the current window. If no such object exists, the page is displayed in a System Browser window.

Command webcb renders the current Clipboard contents in the current Browser window. Argument url is the Base URL to be used to resolve relative links in the data.

Command webf fetches the file specified by filename and displays it as above. The specified file name must be located in the NAT32 htm directory, although relative path specifications are allowed.

URL Examples:

        http://www.nat32.com
        http://localhost:8080/index.htm
        file://c:/nat32/index.htm

Filename Examples:

        index.htm
        ../index.htm

If no url is specified, the web command displays the file welcome.htm as above.
The user may switch between the Console display and the Web display by clicking the toolbar icon.
To enable the active content feature, pages must be fetched from NAT32's Web Server.

SEE ALSO
ftp httpd url
[How-To Index] [Index]