Navigator 2.0; implemented but nonfunctional in Internet Explorer 3.0
form.method
method is a read/write string property of the Form object. It specifies the method by which form data is submitted. The initial value of this property is specified by the METHOD attribute of the <FORM> tag. The two legal values are GET and POST.
The GET method is the default. It is usually used for form submissions such as database queries that do not have side effects. With this method, the encoded form data is appended to the URL specified by the Form.action property. CGI scripts receiving a form submitted by this method generally read the form data from the QUERY_STRING environment variable.
The POST method is appropriate for form submissions, such as additions to databases, that have side effects. With this method, encoded form data is sent in the HTTP request body, and is available to CGI scripts that read from the standard input stream.
Consult CGI Programming on the World Wide Web if you are not sure which method to use or how to write a CGI script to receive data submitted from a form.
You can set this property in Internet Explorer 3.0, but doing so will have no effect on how the form is submitted.
file: /Techref/language/java/script/definitive/refp_135.htm, 5KB, , updated: 2019/10/14 15:00, local time: 2024/11/22 20:05,
3.147.65.111:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/language/java/script/definitive/refp_135.htm"> [Chapter 21] Reference: Form.method</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.