hi every one
I have search engine in my web site that i use jQuery Autocomplete
this is my keyword table in my DB
keyword
|
T_name
|
id
|
Ram
|
COmputer
|
1
|
Mouse
|
COmputer
|
2
|
Sofa
|
Furniture
|
3
|
Chair
|
Furniture
|
4
|
Scarf
|
clothing
|
5
|
Shoes
|
clothing
|
6
|
bag
|
clothing
|
7
|
i want when user type EG: ram or mouse in TB and click on search button it directly go to computer.aspx page or if user type scarf or shoes on TB it go to cloth .aspx page
how i can do it?
thanx