Forum Moderators: open

Message Too Old, No Replies

IE and Image Submit Buttons

Not supported in IE?

         

wfernley

2:18 pm on Jan 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey everyone,

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

coopster

10:48 pm on Jan 23, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Sounds like this issue ...

Form processing problem with input type=image! [webmasterworld.com]