Is there way to make a popup window close when you push the submit button on a send mail script
<form action=" method="POST">
<input type=hidden name="to" value="">
<input type=hidden name="redir"
value="">
First Name: <input type=text name="FirstName" size="20"><br>
Email Adress: <input type=text name="EmailAdress" size="20">
<P align=center>
<input type=submit value="Submit Form">
Thxs STeve
<form action=" method="POST">
<input type=hidden name="to" value="">
<input type=hidden name="redir"
value="">
First Name: <input type=text name="FirstName" size="20"><br>
Email Adress: <input type=text name="EmailAdress" size="20">
<P align=center>
<input type=submit value="Submit Form">
Thxs STeve