I'm using a PHP shopping cart system and want to be able prevent the user from clicking the submit button on the checkout page more than once.
I thought of having a Java floating box cover the button to prevent a second click but this would require two actions from the same button. 1 call for the floating box to display & 2 pass the info in the checkout page to the php program generate the order.
Any ideas on how this could be done?