Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: SUBMIT button blocking - August 07, 1998 at 07:45:17

You are here: irt.org | BBS | Re: SUBMIT button blocking [This BBS is closed]

Posted by Jason B. on August 07, 1998 at 07:45:17:

In Reply to: Re: SUBMIT button blocking posted by Martin Webb on August 06, 1998 at 13:11:20:

Thanks for the help, Martin. You are by far the fastest and most technically detailed solution for Javascript questions that I have found.

Keep up the great work!

-jb

: Yes:

: <SCRIPT LANGUAGE="JavaScript">
: var submitted = false;

: function testFirst () {
: if (submitted) return false;
: submitted = true;
: return true;
: }
: </SCRIPT>
:

: <FORM onSubmit="return testFirst ()">
:


Follow-ups:

You are here: irt.org | BBS | Re: SUBMIT button blocking [This BBS is closed]

©2018 Martin Webb