Is 'Keywords' a field name? if not, you need to change the HTML code like:
<form name="myform" action="db.cgi" method="get">
<input type=hidden name="db" value="<%db%>">
<input type=hidden name="do" value="search_results">
<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
<tr><td valign=top align=center>
<table border=0 cellpadding=5 cellspacing=3 valign=top>
<tr><td align=right><input type=submit name=dd value="Submit">
<input name="keyword" size=15><br>
</td></tr>
</table>
</td></tr>
</table>
</form>
Hope that helps.
TheStone.
B.
<form name="myform" action="db.cgi" method="get">
<input type=hidden name="db" value="<%db%>">
<input type=hidden name="do" value="search_results">
<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
<tr><td valign=top align=center>
<table border=0 cellpadding=5 cellspacing=3 valign=top>
<tr><td align=right><input type=submit name=dd value="Submit">
<input name="keyword" size=15><br>
</td></tr>
</table>
</td></tr>
</table>
</form>
Hope that helps.
TheStone.
B.