joejac
Posts: 242
|
| Posted: 12/14/2008, 4:38 AM |
|
Hello,
I have a record page with 5 dependent listboxes groups, like:
1. First dependent listboxes group:
career
speciality, which depends on career
2. Second dependent listboxes group:
category
model, which depends on category
feature 1, which depends on model and on the speciality selected on the First dependent listboxes group
3.- Third dependent listboxes group:
material
color, which depends on material
4.- Fourth dependent listboxes group:
feature 3, which depends on the speciality selected on the First dependent listboxes group and on model selected on the Second dependent listboxes group
feature 4, which depends on the speciality selected on the First dependent listboxes group and on model selected on the Second dependent listboxes group
5.- Fifth dependent listboxes group:
accessory 1, which depends on model selected on the Second dependent listboxes group
accessory 1 color, which depends on the speciality selected on the First dependent listboxes group
accessory 2, which depends on model selected on the Second dependent listboxes group
.- I was able to do the first dependent listboxes group based on the CCS Example Pack 2 http://examples.codecharge.com/
I would like to use the Three Dependent Listboxes example, I do not need the grid form of the example
I notice that it uses the same javascript function of the 2 listboxes example:
function set_child_listbox(parentObject,childObject,childArray,spanToHide) {...}
Can someone provide with a workable example of how can I make this,with some code if possible? I am not very familiar with javascript :)
I use CCS4, PHP/MySQL
Thanks a lot
Best regards
joejac
|