Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Search in this category?

Quote Reply
Re: Search in this category? In reply to
It looks like the HTML codes were not added to the category.html file.

I believe that you need to add the following codes in the category.html file:

Code:

<form action="<%db_cgi_url%>/search.cgi" method="GET">
<input type="radio" name="category" value="<%category_id%>"> Search this Category
<input type="radio" name="category" value="All"> Whole Site
<input type="text" name="query" size="40">
<input type="submit" value="Search">
</form>


There are also a few Threads in the Links SQL Discussion forum that provide HTML codes like the ones I've provided above.

Regards,

Eliot Lee

Subject Author Views Date
Thread Search in this category? hahnfeld 1143 Sep 28, 2000, 2:03 PM
Thread Re: Search in this category?
Stealth 1112 Sep 28, 2000, 2:34 PM
Post Re: Search in this category?
cuppa 1041 Jun 19, 2001, 8:06 AM