Hi,
I have to load a combo box from database depending on what user selects from the other combo box.
For this i need to call a perl function from the HTML code.This perl function will query database and load the other combo box with appropriate values.
For eg:- Dept: <SELECT NAME=\"DeptName\" onChange=\" PERL-FUNCTION\">";
here onChange event calls the perl function,,,, but how to do this?
Is there any other way to achieve this?
any help wud be greatly appreciated,