
kalish
User
Aug 23, 2006, 6:38 AM
Post #10 of 10
(2617 views)
Shortcut
|
|
Re: [ChetW] Category list in search box
[In reply to]
|
Can't Post
|
|
Thnks Chet for your time. Ok, what i would like to accomplish here is to make a select drop down dynamically generated. let say, i have a category A, this category, have some sub-categories, like A: a A: b A: c etc. how can i do, to show, just sub-categories in this form: <select name="select"> <option value="a">a</option> <option value="b">b</option> <option value="c">c</option> </select> but when the user insert a new subcategory in AM, in this category, automatically, the new subcategory, appears in the option list. This select list is going to be, inside a form html tag, in order to do a search and shows the results for this particular subcategory. is that possible? thnks
|