Hi,
I'm new in JavaScript programming, i'm stuck at this dynamic combo box.
I'm having a table with:
1. company
2. category
3. subcategory
4. app_cd
5. app_name
What I want is,
1. when I select company(1st combo), all the category for the company is pulled in 2nd combo.
And when I select...