Hi ALL!
Hopefully one of you javascript pros might be able to help me out with this.
I have a form that passes their name and email address to a script.
When they click the submit button I want a popup in javascript to go to a url and pass the name and email field in the url.
The form is called form1 with the following fields
email_address
first_name
i need it to go to http://www.example.com/something.php?first_name=&email_address=
I'm at a total loss any idears?
Hopefully one of you javascript pros might be able to help me out with this.
I have a form that passes their name and email address to a script.
When they click the submit button I want a popup in javascript to go to a url and pass the name and email field in the url.
The form is called form1 with the following fields
email_address
first_name
i need it to go to http://www.example.com/something.php?first_name=&email_address=
I'm at a total loss any idears?