Date:  03/28/2003 04:20:43 AM Msg ID:  001394
From:  Alan Harris-Reid Thread:  001394
Subject:  Double-click prevention
On an order form, I would like to ensure that users who accidentally double-click on a submit button do not create two orders. 
 
I have tried disabling the button by placing onclick="document.thisform.buttonname.disable" in the button definition.  This disables the button but does not submit the form.  I still want the form submitted, but only on the first click.
 
Any help would be appreciated.
Alan