Gossamer Forum
Home : Products : Gossamer Links : Discussions :

category search - select option

Quote Reply
category search - select option
In category search (category.html), how can I use <%if category_id%> with select option

Like :

In Reply To:


<SELECT class=formboxes NAME="Range">
<OPTION VALUE="All">the entire directory</OPTION>
<OPTION VALUE="This">only this category</OPTION>
</SELECT>
Instead of :

In Reply To:


<%if category_id%>
<input type="radio" name="catid" value="" checked> the entire directory
<input type="radio" name="catid" value="<%category_id%>"> only this category
<%endif%>


Thanks,


Subject Author Views Date
Thread category search - select option msdq 1752 May 4, 2001, 5:49 AM
Thread Re: category search - select option
Stealth 1666 May 4, 2001, 7:47 AM
Thread Re: category search - select option
msdq 1652 May 4, 2001, 4:26 PM
Post Re: category search - select option
Stealth 1617 May 5, 2001, 11:28 AM