help please with web forms

i have been looking at lots of advise but i still can’t see what the problem is, this is my frist web form so please forgive any errors.

contact.htm

  <td width="124" align="left">
    <p style="margin-top: 0; margin-bottom: 0">
    <b><font face="Verdana" size="2">Telephone number:</font></b> </p>
  <td width="374" align="left" colspan="2">
                            <hr width="60%" size="1" color="#000080" align="center">
  </td>
</tr>
<tr onMouseOut="this.bgColor = ''" onMouseOver="this.bgColor = '#FFFF99'">
  <td width="124" align="left" valign="top">
  <p style="margin-top: 0; margin-bottom: 0">
  <b><font face="Verdana" size="2">Country you are from:</font></b>
  </p>
  </td>
  <td width="247" align="left">
    <p style="margin-top: 0; margin-bottom: 0"><b><font face="Verdana" size="2"><select size="1" name="country">
      <option selected value="UK">UK</option>
      <option value="USA">USA</option>
      <option value="CANADA">Canada</option>
      <option value="OTHER">Other - please add in text box below</option>
    </select></font></b></p>
  </td>
</tr>
<tr>
  <td width="374" align="left" valign="top" colspan="2">
    <p style="margin-top: 0; margin-bottom: 0">
    <b><font face="Verdana" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b></p>
  </td>
</tr>
<tr onMouseOut="this.bgColor = ''" onMouseOver="this.bgColor = '#FFFF99'">
  <td width="100%" align="left" valign="top" colspan="2">
    <p style="margin-top: 0; margin-bottom: 0">
    <b><font face="Verdana" size="2">Please enter any
    comments, questions or additional information in the box below.&nbsp;</font></b>
    <p style="margin-top: 0; margin-bottom: 0">
    <textarea rows="6" name="Comments" cols="44"></textarea></p>
  </td>
</tr>
<tr>
  <td width="374" align="left" valign="top" colspan="2">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </td>
</tr>
<tr onMouseOut="this.bgColor = ''" onMouseOver="this.bgColor = '#FFFF99'">
  <td width="374" align="left" colspan="2" style="border: 2 solid #000080">
    <p align="center" style="margin-top: 0; margin-bottom: 0"><input type="submit" value="Submit" name="B3"></td>
    
</tr>

Name:

E-mail address:

copy of email/contact1.php.htm

Please enter your Name

Please enter your Email Address

Please go back and fill out the missing fields

What is happening is the for is not posting, I can send you a copy of the file as the above is just the extracted parts i think where i have coded this.

Thanks for your help

can you post the code for email/contact1.php.htm

Sponsor our Newsletter | Privacy Policy | Terms of Service