Form Image Inputs Acting Up in IE

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
BigAbe
Forum Commoner
Posts: 66
Joined: Fri Mar 31, 2006 7:41 pm

Form Image Inputs Acting Up in IE

Post 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 --
User avatar
aerodromoi
Forum Contributor
Posts: 230
Joined: Sun May 07, 2006 5:21 am

Re: Form Image Inputs Acting Up in IE

Post 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
Post Reply