Hi, I am trying to post a simple web page with a form that submits it's information to my email address, and then redirect to another page. I can get the form made, but I can not get it to work

. I could sure use some help here. I attached the code for my form:
<form method="POST" name="Old Pals Contact Us" action=>
<p> </p>
<p> </p>
<p> </p>
<p style="text-align: center">FIRST NAME:
<input type="text" name="T1" size="20"></p>
<p style="text-align: center"> </p>
<p style="text-align: center">LAST NAME: &nb sp;
<input type="text" name="T2" size="20"></p>
<p style="text-align: center"> </p>
<p style="text-align: center">EMAIL ADDRESS:
<input type="text" name="T3" size="20"></p>
<p style="text-align: center"> </p>
<p style="text-align: center">CONFIRM EMAIL:
<input type="text" name="T4" size="20"></p>
<p style="text-align: center"> </p>
<p style="text-align: center">SUBJECT:
<select size="1" name="D1" style="text-align: right">
<option>BUYING</option>
<option>SELLING</option>
<option>INVESTORS</option>
<option>FORECLOSURE INFO.</option>
<option>LEASE PURCHASE</option>
<option>GENERAL INFORMATION</option>
</select></p>
<p style="text-align: center"> </p>
<p style="text-align: center">COMMENTS AND QUESTIONS:
<textarea rows="6" name="S1" cols="20"></textarea></p>
<p style="text-align: center"> </p>
<p style="text-align: center"> </p>
<p style="text-align: center"><input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2"></p>
<input type="hidden" name="Recipient" value="Softball4Ever@msn.com">
<input type="hidden" name="Redirect" value="http://www.msn.com">
</form>
If anyone could help I would sure appriciate it.
