get method in a form tag?
Put your text ad here
Data recovery software tools & file recovery utilities to recover lost data
WestNIC provides reliable web hosting services
25% off cpanel web hosting and reseller hosting deals. Promo: codestyle25off
This answer is part of the Code Style premium content package. You must have a premium content subscription to log in and view the full answer to this question.
Use the premium content subscription form below for full access to all premium content FAQs, or the FAQ by email option for the answer to this FAQ only.
A: The form method attribute refers to the type of HTTP request method used to submit the form contents to the Web server. The get value tells the Web browser to submit the form using the HTTP GET method, it is used in combination with the action attribute which specifies the target URL for the form submission.
A get method submission takes each of the form input names and their values and appends these to the action URL in what is called a query part or query string. A question mark is added to the end of the action URL followed by the pairs of form input names and values. These name-value pairs are also known as parameters. Each parameter is separated from the next by an ampersand character, &, and the names and values are separated by an equals character.
… premium content omitted
Get full access to all FAQs, subscribe now for $40
What is the get method in a form tag?
You must make a subscription payment to access areas flagged premium content. Use the form below to create an account via PayPal.
The PayPal service allows you to pay securely and independently in your own currency. Payments are billed to Metacentric Internet Limited. We never handle your credit card details.
The Code Style site has accumulated 8 years' worth of answers to the most common Web development questions. Answers are written in clear English with examples and links to other Web resources. Your subscription provides full answers to all premium content questions listed below and other FAQ sections, plus:
select choice? (stub article)
get method in a form tag? (stub article)
select element? (stub article)