CShell
09-18-2003, 01:18 PM
I am now having difficulty with a form that prior to 10:00 this morning, was working just fine. The form has a button at the bottom that when pressed, will send a pre-addressed, standard message to a supervisor. I am pasting the code below. Now, when the button is clicked, IE 6.0 freezes up - nothing is sent. I am at a loss as to why this is happening. Can anyone offer a suggestion? Thank you for your time!
Christine
<table border="0" cellpadding=2 cellspacing=2 class=content width="100%">
<FORM NAME="mail_form" ACTION="mailto:cshel@Company.com?Subject=Form Approval" METHOD="POST" ENCTYPE="text/plain">
<PRE>
<INPUT TYPE="hidden" SIZE="0" NAME="Message:" VALUE="There is a form that requires your approval.">
<td colspan="4" ALIGN="CENTER">
<INPUT TYPE="submit" VALUE="Send for Approval">
</td>
</PRE>
</FORM>
Christine
<table border="0" cellpadding=2 cellspacing=2 class=content width="100%">
<FORM NAME="mail_form" ACTION="mailto:cshel@Company.com?Subject=Form Approval" METHOD="POST" ENCTYPE="text/plain">
<PRE>
<INPUT TYPE="hidden" SIZE="0" NAME="Message:" VALUE="There is a form that requires your approval.">
<td colspan="4" ALIGN="CENTER">
<INPUT TYPE="submit" VALUE="Send for Approval">
</td>
</PRE>
</FORM>