secoff22
12th July 10, 05:18 AM
I created a site for work using notepad and html, it worked fine in ie7 but not now in ie8. The webpage works but when you hit submit and the e-mail is generrated the e-mail is blank, below is my code, tks.
<HTML>
<div style="width:670px;height:200px;border:2px solid black;">
<HEAD>
<TITLE>Issuing a Key Exam</TITLE>
</HEAD>
<BODY>
<CENTER><FONT COLOR="BLACK"><FONT FACE="GEORGIA" SIZE=+3>Issuing a Key
</FONT></CENTER>
<HR>
<p><BLOCKQUOTE>Fill in the required fields, including the Exam Name from above and the Officer, take the test and click "Submit."
When the automatic e-mail is generated to Sgt. Ward, hit "Send."</BLOCKQUOTE></p>
<form name="name" method="POST" action="mailto:me@me.com" enctype="text/plain">
<p><b>  Enter Exam Name</b>
<INPUT NAME="Exam Name" TYPE="TEXT" SIZE="20" MAXLENGTH="20"</p>
<p><b> Officer</b>
<SELECT NAME="Officer">
<OPTION>Norm Baillargeon</OPTION>
<OPTION>Richard Beaucage</OPTION>
<OPTION>Brian Chouinard</OPTION>
<OPTION>Todd Gatchell</OPTION>
<OPTION>Mark Grondin</OPTION>
<OPTION>Jeff Kirouac</OPTION>
<OPTION>Matt Lachance</OPTION>
<OPTION>Brian Marshall</OPTION>
<OPTION>Brian Morlano</OPTION>
<OPTION>Robert Morlano</OPTION>
<OPTION>Richard Ouellette</OPTION>
<OPTION>Dave Pomerleau</OPTION>
<OPTION>Alida Ramirez</OPTION>
<OPTION>Doug Sites</OPTION>
<OPTION>Ken Ward</OPTION>
</SELECT></p>
<P><b> 1. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 1" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><b> 2. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 2" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><b> 3. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 3" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><P><C> <INPUT TYPE="SUBMIT" VALUE="Submit"></P></c>
</body><br></br>
</div>
</html>
<HTML>
<div style="width:670px;height:200px;border:2px solid black;">
<HEAD>
<TITLE>Issuing a Key Exam</TITLE>
</HEAD>
<BODY>
<CENTER><FONT COLOR="BLACK"><FONT FACE="GEORGIA" SIZE=+3>Issuing a Key
</FONT></CENTER>
<HR>
<p><BLOCKQUOTE>Fill in the required fields, including the Exam Name from above and the Officer, take the test and click "Submit."
When the automatic e-mail is generated to Sgt. Ward, hit "Send."</BLOCKQUOTE></p>
<form name="name" method="POST" action="mailto:me@me.com" enctype="text/plain">
<p><b>  Enter Exam Name</b>
<INPUT NAME="Exam Name" TYPE="TEXT" SIZE="20" MAXLENGTH="20"</p>
<p><b> Officer</b>
<SELECT NAME="Officer">
<OPTION>Norm Baillargeon</OPTION>
<OPTION>Richard Beaucage</OPTION>
<OPTION>Brian Chouinard</OPTION>
<OPTION>Todd Gatchell</OPTION>
<OPTION>Mark Grondin</OPTION>
<OPTION>Jeff Kirouac</OPTION>
<OPTION>Matt Lachance</OPTION>
<OPTION>Brian Marshall</OPTION>
<OPTION>Brian Morlano</OPTION>
<OPTION>Robert Morlano</OPTION>
<OPTION>Richard Ouellette</OPTION>
<OPTION>Dave Pomerleau</OPTION>
<OPTION>Alida Ramirez</OPTION>
<OPTION>Doug Sites</OPTION>
<OPTION>Ken Ward</OPTION>
</SELECT></p>
<P><b> 1. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 1" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 1" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><b> 2. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 2" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 2" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><b> 3. Where are completed keys kept?</b></P>
<INPUT NAME="QUESTION 3" TYPE="RADIO" VALUE="Drawer #1">Drawer #1
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="Under the Officer PC">Under the Officer PC
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="On the Work Done clipboard">On the Work Done clipboard
<br><INPUT NAME="Question 3" TYPE="RADIO" VALUE="In Drawer #3">In Drawer #3</P>
<P><P><C> <INPUT TYPE="SUBMIT" VALUE="Submit"></P></c>
</body><br></br>
</div>
</html>