<html>
<head>
<title>Database Search</title>
</head>
<body>
<form name="form1" method="post" action="/genealogy/results.php">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="150" class="b8headrow">Given Name</td>
<td width="150" class="b8headrow" nowrap>Surname</td>
<td width="100" class="b8headrow" align="center" nowrap>Use Soundex</td>
<td class="n8headrow" align="left" rowspan="3" valign="top">
<p>You don't need to type a full name in the either box, unless using Soundex (see below). For example, if you use KE as the Given Name and MO as the Surname, you'll get the entry for Keith Morrison.</p>
<p>Also note that the Soundex only operates on the Surname. You'll need to type the whole Surname if you use this option.</p>
</td>
</tr>
<tr>
<td class="n8headrow"><input type="text" name="gname" class="n8"></td>
<td class="n8headrow"><input type="text" name="sname" class="n8"></td>
<td class="n8headrow" align="center"><input type="checkbox" name="soundex" value="yes"></td>
</tr>
<tr>
<td class="n8headrow" colspan="3">
<p><input type="submit" name="Submit" value="Submit" class="n8">
<input type="reset" name="Reset" value="Reset" class="n8">
</p>
</td>
</tr>
</table>
</form>
</body>
</html>
© 1999-2003 Keith Morrison, Infused Solutions
infused.org software - phpGene