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.
28 lines
841 B
28 lines
841 B
<div>
|
|
<tr>
|
|
<td class=label>Company Name:</td>
|
|
<td align=left>
|
|
<input type="text" name="name" size=28 maxlength=28></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align=left>
|
|
<input type="radio" name="nameoption" value="start">starts with
|
|
<input type="radio" checked name="nameoption" value="contain">contains
|
|
<input type="radio" name="nameoption" value="end">ends with
|
|
</td></tr>
|
|
<tr>
|
|
<td class=label>Contact Name:</td>
|
|
<td align=left>
|
|
<input type="text" name="contact" size=28 maxlength=28></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align=left>
|
|
<input type="radio" name="contactoption" value="start">starts with
|
|
<input type="radio" checked name="contactoption" value="contain">contains
|
|
<input type="radio" name="contactoption" value="end">ends with
|
|
</td></tr>
|
|
<tr><td colspan=2>   </td></tr>
|
|
<tr>
|
|
<td colspan=2 align=center><input type="submit"></td>
|
|
</tr>
|
|
</table>
|