Disable button after submit
- by Chris Philpotts
I'm trying to disable a button when a user submits a payment form and the code to post the form is causing a double post in firefox.
This problem does not occur when the code is removed, and does not occur in any browser other than firefox.
Any idea how to prevent the double post here?
System.Text.StringBuilder sb = new StringBuilder();…