Forum Moderators: open
I have a form that uses an image as a submit button. This is the code:
<input name="submit" type="image" value="Update Quantity" src="images/cart_update.gif" alt="Update Quantity"> What the button is suppose to do is send the POST data to a page. When using FireFox, the form works fine. When using IE it does not work. It does not send any of the POST data. When I change the image submit button to an actual submit button, it works fine.
I have been looking around and I found this is an issue with IE.
Does anyone know a work around?
Thanks in advance for your help!
Wes
Form processing problem with input type=image! [webmasterworld.com]