in reply to Avoiding a second click
From: http://developer.irt.org/script/script.htm<form onSubmit="if (this.submitted) return false; this.submitted = tru +e; return true"> <input type="submit"> </form>
The obvious solution might be to make the CGI script faster so users don't have to wait and get impatient and click twice :)
gav^
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Avoiding a second click
by theorbtwo (Prior) on Jun 12, 2002 at 01:46 UTC | |
Re: Re: Avoiding a second click
by MMilani (Sexton) on Jun 12, 2002 at 11:31 UTC |