Form 6 - Hidden values and a graphic for SUBMIT
You will not see anything entered, but the
name=value
will be sent as
name=hidden
HTML:
<INPUT TYPE="hidden" NAME="name" VALUE="hidden">
HTML:
<INPUT TYPE="image" NAME="image" VALUE="image" SRC="../icons/go.jpg ALIGN="middle">