PDA

View Full Version : form validation question


one12
10-20-2004, 05:49 PM
I am tring to do a simple form validation. The form opens in a seperate pop up, checks required fields, submits to a formmail.cgi and then once submitted, loads a "thank you" message in the same pop up window then closes.
I can get the pop up and required validation,(it sends displays a pop up alert when required field fails), and have it send. My problem is how do I have the "thank you" message load and then close?
I am accessing an external .js file for this as well.

Help..this is frustrating.