日期:2014-05-17  浏览次数:21427 次

提交表单的程序错在哪儿了?
页面表单的程序index.asp
-------------------
HTML code
<FORM name=testform action="sendmail_wsdg.asp" method=post>
                          <tbody>
                            <tr>
                              <td height=471 bgcolor="#FFFFCC"><font color=#ff0000>&nbsp;
                              </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>&nbsp;*</font>姓&nbsp;&nbsp;名: 
                                  <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>&nbsp;</font> 性&nbsp;&nbsp;别:
                                        <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>&nbsp;*</font>座&nbsp;&nbsp;机:
                                        <input  name=a3 class="4"  size=13>
                                    手&nbsp;&nbsp;机:
                                    <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>&nbsp;</font><font            
      color=#ff3333>*</font>送货地址及邮编:
                                        <input  name=a5 class="4"  size=38>
                                    </div></td>
                                  </tr>
                                </table>