[Hidden Fields] group
Used to specify a hidden field.
[Name] field
Used to specify the name of a hidden field.
[Value] field
Used to specify the value of a hidden field.
[Add] button
Used to register the hidden field specified with [Name] and [Value]. Registered hidden fields are displayed in the list box.
[Replace] button
Used to replace a hidden field, selected in the list box, with that you have specified with [Name] and [Value].
[Delete] button
Used to delete a hidden field that you have selected in the list box.
[Clear] button
Used to clear the [Name] and [Value] fields.
What is a hidden field?
A hidden field is used when a default argument is to be passed to a CGI program. The data specified in the hidden field is not displayed on a Web browser.
Related Item