[Javascript] Re: (OT) IE support for input type="image" / apossible workaround of sorts

Gee, David dgee at freemarkets.com
Tue Jun 8 09:46:50 CDT 2004


>From what I remember, input type="image" functions like a submit button,
so you'd have to put an onclick="this.form.submit()" type of handler in
all images you wanted, which is kind of messy. Also, I think .Net
renders this for its imagebutton web-control.

-----Original Message-----
From: shawn_milochik at godivachoc.com
[mailto:shawn_milochik at godivachoc.com] 
Sent: Tuesday, June 08, 2004 10:41 AM
To: javascript at LaTech.edu
Subject: Re: [Javascript] Re: (OT) IE support for input type="image" /
apossible workaround of sorts






I think I missed something in the beginning of this thread.  Why would
anyone go to any trouble to make <input type="image"> work, when <img
src=""> is the standard?

If it's a matter of wanting to be able to click on it, wouldn't an
onclick do the trick?

I'm sure there's a good reason, I would just like to know what it is.

Shawn




**********************************************************************
This e-mail and any files transmitted with it may contain 
confidential information and is intended solely for use by 
the individual to whom it is addressed.  If you received
this e-mail in error, please notify the sender, do not 
disclose its contents to others and delete it from your 
system.

**********************************************************************

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list