I have a problem.
Im developing a web page using perl script.
I have two combo(popup list) boxes.
If I select any one value(item) from first list, the items in the second list should be filled depending on the item selected in the first list.
I have to retrieve values for second list from a remote database.(database connection & access everything is ok).
Only thing is that im unable to get the logic how to load a list when another list item is seleted.
Anyone pls. help me.
Thank you in advance.