Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
889 B

  1. <div>
  2. <h2 class=center>Request More Information<hr></h2>
  3. <form method="post" action="send_email.php3">
  4. <table width=580 border=1>
  5. <tr class=header>
  6. <th colspan=2>Email Request Form</th></tr>
  7. <tr><td class=label>Company:</td>
  8. <td class=data>
  9. <input type="text" name="company" size=46 maxlength=44>
  10. </td></tr>
  11. <tr><td class=label>Name/Title:</td>
  12. <td class=data>
  13. <input type="text" name="name" size=22 maxlength=21>
  14. <input type="text" name="title" size=21 maxlength=21>
  15. </td></tr>
  16. <tr><td class=label>Address:</td>
  17. <td class=data>
  18. <input type="text" name="address" size=46 maxlength=44>
  19. </td></tr>
  20. <tr><td class=label>City/State/Zip:</td>
  21. <td class=data>
  22. <input type="text" name="city" size=25 maxlength=25>
  23. <input type="text" name="state" size=5 maxlength=2>
  24. <input type="text" name="zip" size=10 maxlength=5>
  25. </td></tr>
  26. </table>