Reference Manual

Refresh

NAME

webform - interact with the WebForm window
SYNOPSIS
webform
webform filename | close
webform url | get | set | write | script "..."
webforms [width height]

 

...
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 filename can specify 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 get fetches the contents of the element named in the third argument.

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

Argument write writes the string specified as the third argument to the WebForm.

Argument script executes arbitrary JavaScript code specified in the "..." argument.

Command webforms can be used to set the width and height (in pixels) of the WebForm window.

NOTES
SEE ALSO
Monitor window