FORM:
Attributes


ACTION

The ACTION attribute is a URL specifying the location to which the contents of the form is submitted to elicit a response. If the ACTION is missing, the URL for the document itself is assumed. The way data is submitted varies with the access protocol of the URL, and with the values of the METHOD and ENCTYPE attributes.


Value(s)

CDATA


Default Value

#IMPLIED


ENCTYPE

The ENCTYPE attribute specifies the format of the submitted data in case the protocol does not impose a format itself.

With the post method, the ENCTYPE attribute is a MIME type specifying the format of the posted data (by default application/x-www-form-urlencoded).


Value(s)

CDATA


Default Value

application/x-www-form-urlencoded


METHOD

The METHOD attribute selects variations in the protocol.

The METHOD must be an HTTP method as defined by the HTTP method specification in the IETF draft HTTP standard. The default METHOD is GET, although for many applications, the POST method may be preferred.


Value(s)


Default Value

GET


SDAPREF

Attribute for easy transformation to the International Committee for Accessible Document Design (ICADD) DTD. ICADD applications are designed to support usable access to structured information by print-impaired individuals through Braille, large print and voice synthesis.


Value(s)

CDATA


Default Value

#FIXED = <Para><?SDATrans Form: #AttList>Form:</Para>


SDASUFF

Attribute for easy transformation to the International Committee for Accessible Document Design (ICADD) DTD. ICADD applications are designed to support usable access to structured information by print-impaired individuals through Braille, large print and voice synthesis.


Value(s)

CDATA


Default Value

#FIXED = <Para><?SDATrans Form: #End>Form End.</Para>


Back to FORM


HTML 2.0 DTD