Re: Client-Side Validation and Double-Click Problem
- From: "darrel" <notreal@xxxxxxxxxxx>
- Date: Wed, 6 Apr 2005 10:44:54 -0500
> I tried to disable the Submit button in the form's onsubmit event
Not sure if this helps, but what I have done in the pass is instead of
disabling it, just hiding it.
So, I'd have something like this (pseudo code for the javascript):
<div><button onclick="set this div to display:none, set the other one to
display: block"></div>
<div display: none>Updating database...</div>
-Darrel
.
- References:
- Client-Side Validation and Double-Click Problem
- From: rmgalante
- Client-Side Validation and Double-Click Problem
- Prev by Date: Re: end session when the browser window is closed.
- Next by Date: Q: back and a button click does not fire page_load
- Previous by thread: Client-Side Validation and Double-Click Problem
- Next by thread: best way to display data?
- Index(es):
Loading