INPUT
tags. Each INPUT
tag has an associated TYPE
attribute.
For example:
This<INPUT TYPE="TEXT"
INPUT
type can take several further
attributes, eg:
In a browser, this would be presented as a (scrollable) textbox, 20 characters wide (but able to accept 64 characters of input).<INPUT TYPE="TEXT" NAME="Name" MAXLENGTH="64" SIZE="20">
TYPE="PASSWORD"
TYPE="CHECKBOX"
TYPE="RADIO"
TYPE="IMAGE"
TYPE="HIDDEN"
TYPE="SUBMIT"
TYPE="RESET"
Lecture 06: Applications #3.2: HTTP | Copyright © 2004 P.Scott, La Trobe University Bendigo. |