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
841 B

  1. <div>
  2. <tr>
  3. <td class=label>Company Name:</td>
  4. <td align=left>
  5. <input type="text" name="name" size=28 maxlength=28></td></tr>
  6. <tr>
  7. <td></td>
  8. <td align=left>
  9. <input type="radio" name="nameoption" value="start">starts with
  10. <input type="radio" checked name="nameoption" value="contain">contains
  11. <input type="radio" name="nameoption" value="end">ends with
  12. </td></tr>
  13. <tr>
  14. <td class=label>Contact Name:</td>
  15. <td align=left>
  16. <input type="text" name="contact" size=28 maxlength=28></td></tr>
  17. <tr>
  18. <td></td>
  19. <td align=left>
  20. <input type="radio" name="contactoption" value="start">starts with
  21. <input type="radio" checked name="contactoption" value="contain">contains
  22. <input type="radio" name="contactoption" value="end">ends with
  23. </td></tr>
  24. <tr><td colspan=2> &nbsp </td></tr>
  25. <tr>
  26. <td colspan=2 align=center><input type="submit"></td>
  27. </tr>
  28. </table>