chealey
09-01-2004, 04:15 PM
Please help. I am having a problem getting my search feature to work. It seemed to index okay, but when I try and use on my page it is not working. What am I doing wrong. I am afraid to make changes because I do not want to make it worse.
Here is the code
<table border="2" cellspacing="1" width="89%" height="1" id="table1">
<tr>
<td width="93%" bgcolor="#E4E4CA" bordercolor="#000000" height="1" align="center">
<form method="get" action="/cgi-bin/perlfect/search/search.pl">
<input type="hidden" name="p" value="1">
<input type="hidden" name="lang" value="en">
<input type="hidden" name="include" value="">
<input type="hidden" name="exclude" value="">
<input type="hidden" name="penalty" value="0">
<span class="bodyheader">
<font size="4"></font><u><img height="32" src="images/" width="49" border="0"></u></span><select name="mode">
<option value="all">Match ALL words</option>
<option value="any">Match ANY word</option>
</select>
<input type="text" name="q"><input type="submit" value="Search">
</form>
</td>
</tr>
</table>
Here is the code
<table border="2" cellspacing="1" width="89%" height="1" id="table1">
<tr>
<td width="93%" bgcolor="#E4E4CA" bordercolor="#000000" height="1" align="center">
<form method="get" action="/cgi-bin/perlfect/search/search.pl">
<input type="hidden" name="p" value="1">
<input type="hidden" name="lang" value="en">
<input type="hidden" name="include" value="">
<input type="hidden" name="exclude" value="">
<input type="hidden" name="penalty" value="0">
<span class="bodyheader">
<font size="4"></font><u><img height="32" src="images/" width="49" border="0"></u></span><select name="mode">
<option value="all">Match ALL words</option>
<option value="any">Match ANY word</option>
</select>
<input type="text" name="q"><input type="submit" value="Search">
</form>
</td>
</tr>
</table>