Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Form Properties is possibly the most important part of the form. In particular, there is an Action line that tells the form what to do if the user clicks the Submit button. The form you have created in this module will be instructed to go to IconLogic’s Internet Service Provider (ISP) and access a file named formtest.htm.
You can select from two form Methods: POST and GET. POST will send the results of the form to a Web address and typically store the information you provide in a database. GET will access a Web address and get information for you.