UserInterface PARAM tag



Specifies the type of user interface. Use this PARAM tag to control which of three user interface configurations the applet will use.

Syntax

<PARAM NAME = "UserInterface" VALUE = "setting">

Values

setting
The Full user interface includes the a text label for the server URL, Submit and Cancel buttons, and a status message area.

The Button user interface contains only the Submit button. In both of these cases, data is sent to the server only after the user presses the Submit button.

None indicates the applet should not show a user interface; if this option is chosen, data is sent to the server as soon as it is all collected.

Usage

Not applicable.

Example
UserInterface PARAM tag example

See also
CGI gateway applet