| Topic: the submit button multiple clicking issue (Page 1 of 1)  | |
|---|---|
| Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |  posted 02-28-2003 11:46 Cheers fellow designers and coders! | 
| Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |  posted 02-28-2003 13:59 patric design: Hmmmm there are plenty of ways to fix this issue - it came up a while ago in the DHTML forum (and I'll probably move it there). I picked up this code at the time (I think it was from the Doc): quote: 
 | 
| Bipolar (III) Inmate From: Berlin (almost) |  posted 02-28-2003 18:33 Thanks for the advertisement Emps   code: onclick="this.disabled='true';"  in the button's tag should work as well - at least in Mozilla and IE 6 (didn't try other ones yet). | 
| Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |  posted 02-28-2003 22:16 |