Akito
01-04-2003, 04:59 AM
Here is my problem:
I have a search engine that looks through items. Each item has 2 names. However, I only look at one of the names per search. When the user is searching, he/she uses a INPUT to select which name they want to search in. There is also a drop down list next to each type of name that lists ALL the names for their respective name category (1,2). When the user selects a name in list 2, I want the input radio box to automatically move to the proper name. Example:
[ Search Box ]
[ Search in name A (radio button) ] [ Drop down list with all "name a" items in it ]
[ Search in name B (radio button) ] [ Drop down list with all "name b" items in it ]
[ submit box ]
I hope that makes sense. I did a search, and nothing. I also looked around javascriptkit.com (or whatever that site is called) couldn't find anything. Thank for your help!
I have a search engine that looks through items. Each item has 2 names. However, I only look at one of the names per search. When the user is searching, he/she uses a INPUT to select which name they want to search in. There is also a drop down list next to each type of name that lists ALL the names for their respective name category (1,2). When the user selects a name in list 2, I want the input radio box to automatically move to the proper name. Example:
[ Search Box ]
[ Search in name A (radio button) ] [ Drop down list with all "name a" items in it ]
[ Search in name B (radio button) ] [ Drop down list with all "name b" items in it ]
[ submit box ]
I hope that makes sense. I did a search, and nothing. I also looked around javascriptkit.com (or whatever that site is called) couldn't find anything. Thank for your help!