| All form elements must reside between the FORM tags: <FORM> </FORM>.
You must specify the ACTION="serverURL", which specifies the URL of the program to be invoked when the form is submitted, and the METHOD, which specifies how the information is sent to the processing program. METHODs include:
GET - appends the input information to the URL
The opening FORM tag would then look like this:
This page was last modified |