Click to See Complete Forum and Search --> : [RESOLVED] java form confirmation


SoulAssassin
06-05-2007, 09:07 AM
I know how to do form validation with java, but how do I get a message to pop up asking:
"Are you sure you want to submit?"
with a "yes" and "no" button?

I did some searching but only find form validation, and lots of other confusing Java script.

stolzyboy
06-05-2007, 09:29 AM
http://www.shiningstar.net/articles/articles/javascript/confirmsubmit.asp?ID=AW

JPnyc
06-05-2007, 07:32 PM
http://archives.hwg.org/hwg-basics/02f101bf9dbb$b98660e0$b88e7ed4@comharsa

there's another example

SoulAssassin
06-07-2007, 05:37 AM
Thanks guys.
Another lesson learned.