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.

28 lines
1.2 KiB

  1. <?php // info request input form
  2. ?>
  3. <table border=0 cellpadding=4 cellspacing=0>
  4. <form method="post" action="reply.php3">
  5. <tr><th colspan=4>Request For More Information</th></tr>
  6. <tr><td class=label>Name:</td>
  7. <td class=data><input type="text" name="name" size=20></td>
  8. <td class=label>Title:</td>
  9. <td class=data><input type="text" name="title" size=20></td></tr>
  10. <tr><td class=label>Address:</td>
  11. <td class=data><input type="text" name="address" size=20></td>
  12. <td class=label>Company:</td>
  13. <td class=data><input type="text" name="company" size=20></td></tr>
  14. <tr><td class=label>City:</td>
  15. <td class=data><input type="text" name="city" size=20></td>
  16. <td class=label>Phone:</td>
  17. <td class=data><input type="text" name="phone" size=20></td></tr>
  18. <tr><td class=label>State:</td>
  19. <td class=data><input type="text" name="state" size=20></td>
  20. <td class=label>Fax:</td>
  21. <td class=data><input type="text" name="fax" size=20></td></tr>
  22. <tr><td class=label>Zip:</td>
  23. <td class=data><input type="text" name="zip" size=20></td>
  24. <td class=label>Email:</td>
  25. <td class=data><input type="text" name="email" size=20></td></tr>
  26. <tr><td colspan=4 class=dropped>
  27. <input type="reset"><input type="submit"></td></tr>
  28. </table>