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

timothy booker tim at yaffle.org
Thu Aug 29 13:59:01 CDT 2002


> 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.

Hello,

Just to back up what James Aylard said, the following should work fine:

<form onsubmit="return confirm('submit form?');">

Tim


--

http://www.yaffle.org/






More information about the thelist mailing list