How to populate list item
I have two list item on same page and both are getting list from two different tables in database. One list item is showing the brand like HP, Compaq, Acer .... and other list is showing the categories like Server, Workstation, Monitor, Thumb Digitizer ....
Now i want that when user select a brand from one item list, at his/her selection other item list only show those categories which are related with that brand. both tables are joined at brand_id. I'm working in VBScript currently. is there any solution?
Thanx
|