From Javascript validation to CGI

wxdqz

New Member
In Jon Perrys "Using JavaScript to control forms" part 1, you are taken to the point where the form is validated by a validate() function.

This is within the form coding itself.

I have done this and all works.

The data is validated.

Now I want to initiate the mailing of the information in the form back to base.

Do I have to put another FORM statement somewhere with a new onsubmit statement ?

Any thoughts


Dave
 
Back
Top