| Compiling Data Passing Data |
Name & Value Muliple Elements |
Variable & Value |
Data to Popup Data from Popup |
Opener Arrays |
Form Method |
Using the Get method submits a forms inputs name and value via the query string.
<form action="formget2.htm" method="GET">
You can specify an encoding type with ENCTYPE, the default of "application/x-www-form-urlencoded" is most widely supported. An alternative is "text/plain", which is typically used in combination when the ACTION attribute points to a mailto: URL. If a browser supports both, the contents of the form is sent in plain text to the indicated recipient.