[Form Handler] group
Used to specify the form handler (a CGI program on the server that processes a form).
[Action] field
Used to specify the URL of the form handler.
[Method] radio button
Used to specify the method of passing data from the browser to the server. If you select [Get], the data entered into the form is attached to the end of the CGI program and is handled as an argument of the CGI program. If you select [Post], the entry data is passed as a standard entry. Specify the method to use depending on the type of the CGI program that receives the data.
[Encoding Type] field
Used to specify the encoding method used when the form data is sent to the server. If you do not specify anything here, the system assumes application/x-www-form-urlencoded by default.
[Target] field
Used to specify the frame in which the document displayed at form execution is to be displayed. If the frame has been assigned a name, you can specify that name. The following standard values can also be specified.
New Blank Window
A document is displayed in a new window.
Same Frame
A document is displayed in the same position as the current frame.
Parent Frame
An image is displayed in the parent frame of the current frame.
Full Window
A document is displayed using the entire window.
Related Item