Click to See Complete Forum and Search --> : New window when close of form.


ozz
03-27-2003, 06:59 AM
Can someone give me a few pointers on this one please. When I click the submit button on my form; once it has validated the fields and sent the info I would then like it to close that page and open a page called page2.html. Thanks in advance




<form name="form2" form method="post" action="formMail.cgi" onSubmit="return validateform( this )">

pyro
03-27-2003, 07:58 AM
Read FormMail's documentation. I believe it can do what you are looking for via a hidden field.