Reference Manual

NAME

webform - interact with the WebForm window
SYNOPSIS
webform
webform file|close
webform url|set|script [arg]...

DESCRIPTION
The NAT32 webform command can be used to display and manipulate HTML content in a WebForm window.

If no arguments are specified, a blank window is created and displayed.

Argument file can be either a file in the local HTM directory or a URL. Each new invocation replaces the current window contents with the contents of the specified file or URL. If close is specified, the current window will be destroyed.

Argument set replaces the contents of the WebForm with the string specified as the third argument.

Argument script executes arbitrary JavaScript code specified as the third argument.

NOTES
SEE ALSO
Monitor window