[thelist] JAVASCRIPT: confirmation dialog box that actually works!

Ken Kogler ken.kogler at curf.edu
Thu Aug 29 12:41:01 CDT 2002


<input type="submit" name="formSubmit"
  id="formSubmit" value="Submit Form"
  onClick="if (!confirm('really submit?')) return false;">

Something like this perhaps? YMMV of course, since there's probably a
cleaner way to do this.

--Ken

> i'd like to add a confirmation box when the user
> press the submit button and ask them to verify
> the important information in the form.




More information about the thelist mailing list