What happens after the page submits and you hit the browser's back button,
is your image still disabled or can u click on it again? 

-----Original Message-----
From: morgan l [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 15, 2008 8:04 AM
To: CF-Talk
Subject: Re: Disable Image Button in IE

Should be as simple as an onclick="this.disabled = true" :

<input type="image" src="/images/buttons/button_save.gif"
onclick="this.disabled=true" />

Works for me in IE7 in my quick test.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303479
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to