Hello,
FORM BUTTON question
Originally i have used the value tag to determine which button has been processed. However know i need to use images on the form buttons so i think the value tag is not usable. does anyone know a way which both allows me to POST a value from a image button?
Ive created a form button (INPUT TYPE= IMAGE) and added a image to this. However i need to have a value for this particualar input type as based on which button is selected makes different results...
Would anyone know a way of allowing a value to be posted and keep my image button?
<imput type="image" name="submit" value="delete" scr="delete.gif" height="20" width="20" border="0" alt="delete">
Regards