is it possible to use NAME and VALUE attributes for INPUT TYPE=IMAGE just the same as for TYPE=SUBMIT ???.... this is for a CGI application and I have to know which image the user clicked on..
Printable View
is it possible to use NAME and VALUE attributes for INPUT TYPE=IMAGE just the same as for TYPE=SUBMIT ???.... this is for a CGI application and I have to know which image the user clicked on..
According to the book I have been reading you can:
<INPUT TYPE = "IMAGE" SRC = "submit.gif" NAME = "Submit" VALUE = "Submit">
IE and Netscape both support this property.