<INPUT TYPE="RADIO" NAME="fieldname1" VALUE="blu" "CHECKED>Blue
<INPUT TYPE="RADIO" NAME="fieldname1" VALUE="cra" >Cranberry
and one fabric: <INPUT TYPE="RADIO" NAME="fieldname2" VALUE="cot" >Cotton
<INPUT TYPE="RADIO" NAME="fieldname2" VALUE="lin" >Linen
Green Blue Cranberry
Cotton Linen
<INPUT TYPE="SUBMIT">
(Note, this SUBMIT button is intentionally disabled.)
The SUBMIT button sends all of the data collected on the form to the server. PARAMETERS:
<INPUT TYPE="IMAGE" NAME="fieldname" SRC="imagefile.gif">
(Also intentionally disabled.)
NAME is optional. If it is used the coordinates are distinguished as name.X and name.y. Otherwise they are distinguished as x and y.
Some browsers do not support this feature.