PDA

Click to See Complete Forum and Search --> : NAME and VALUE for INPUT TYPE=IMAGE


David Laplante
Jul 28th, 2000, 01:43 PM
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..

Psyrus
Aug 6th, 2000, 03:04 PM
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.