URLEncode PARAM tag



Determines whether data is URL-encoded before sending (the outgoing MIME type is application/x-www-form-urlencoded). Without this parameter enabled, data is sent in raw text form (MIME type text/plain). The usage of this parameter despends on the destination CGI program.

Syntax

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

Values

setting
A non-null value enables URL-encoding. This value is dependant on the destination CGI program.

Usage

Not applicable.

Example
URLEncode PARAM tag example

See also
CGI gateway applet