|
HOME articles tutorials tool directory about |
|
||||
|
|
Forms Part 1: Basic Forms Tutorial- page 2In addition to a form needing to know how to send the information, it also needs to know where to send the information to be processed. The ACTION attribute will contain the URL to the form processing script or it may contain an email address. Example Form:
Example Email Form:
Notice when the ACTION attribute references an email address, you don't have to include the METHOD attribute.
Form Element AttributesMethod - Determines which http method will be used to send the form's information to the web server. Action - The URL of the form processing script that resides on the server. This script will process the form's information. Enctype - Determines the method used to encode the form's information. This attribute may be left blank (default) unless you're using a file upload field. Target - Specifies the target frame or window for the response page.
Form Element Properties
INPUT
Input Attributes
TYPE - Type of input field
|
|
|||
|
HOME articles tutorials tool directory about (c) copyright 2000-2010 Anventure. All
Rights Reserved.
|
|||||