gfedz
asked on
Using AJAX or JavaScript to create a disclaimer popup
I have a modalpopup that the user enters in information for his request. Once he has filled out the form, I want a disclaimer to popup before it submits the form. I need the popup to have an 'I Agree' checkbox that disables the OK button until 'I Agree' is checked. I'm open to any ideas. I can post some code if needed.
** that is how i do it with my web development. P.S. checkForm() is a function that you need to write.
ASKER
How would I add a checkbox inside the messagebox?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Wasn't really what I was looking for but does work. I just went a different route.
checkForm is a js function that return true if clicked ok, false if clicks cancel