Page 1 of 1

Form Image Inputs Acting Up in IE

Posted: Wed Jun 07, 2006 9:00 pm
by BigAbe
Anyone with any ideas why

Code: Select all

<input type="image" name="catdeactivate" value="2" src="../images/deactivate.gif"  alt="De-activate">
passes the catdeactivate variable just fine in firefox but not in IE?

Any thoughts are welcome.

-- Abe --

Re: Form Image Inputs Acting Up in IE

Posted: Thu Jun 08, 2006 2:26 am
by aerodromoi
BigAbe wrote:Anyone with any ideas why

Code: Select all

<input type="image" name="catdeactivate" value="2" src="../images/deactivate.gif"  alt="De-activate">
passes the catdeactivate variable just fine in firefox but not in IE?

Any thoughts are welcome.

-- Abe --
Take a look at this article: http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html

aerodromoi