提交表单的程序错在哪儿了?
页面表单的程序index.asp
-------------------
<FORM name=testform action="sendmail_wsdg.asp" method=post> <tbody> <tr> <td height=471 bgcolor="#FFFFCC"><font color=#ff0000> </font> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=28><div align="center">在线订购</div></td> </tr> </table> <table width="92%" height="32" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <div align="left"><font color=#ff0000> *</font>姓 名: <input name=a1 class="4" size=16></div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=38><div align="left"><font color=#ff0000> </font> 性 别: <select name=a2 class="4" size=1> <option value=男 selected><font face="宋体">男</font></option> <option value=女><font face="宋体">女</font></option> </select></div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=38><div align="left"><font color=#ff0000></font><font color=#ff3333> *</font>座 机: <input name=a3 class="4" size=13> 手 机: <input name=a4 class="4" size=22> </div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=38><div align="left"><font color=#ff0000> </font><font color=#ff3333>*</font>送货地址及邮编: <input name=a5 class="4" size=38> </div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=38><div align="left"><font color=#ff0000> </font><font color=#ff3333>*</font>产品选择: <select name=a6 size=1 class="4" style="width:90" select> <option value=" 000">000</option> <option value="111">111</option> <option value="222">222</option> </select></div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=38><div align="left"><font color=#ff0000> </font><font color=#ff3333>*</font>付款方式: <input type="radio" checked name="a7"> 货到付款 <input type="radio">款到发货 </div></td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=63 align="center" valign="middle"> <div align="left" vlign="center"> 备注提醒: <textarea cols="50" rows="3" name="a8"></textarea> </div> </td> </tr> </table> <table width="92%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height=36 valign="middle"><div align="left"><font color=#ff0000> </font> <input name=B1 type=submit class="4" value="发 送"> <input name=B2 type=reset class="4" value="清 除"> </div></td> </tr> </table> </td> </tr> </tbody> </form>