Hello friends,
Actually my doubt is we r using perl code in html but how to use same perl code in javascript? For example,
I am using one select box onchange i am calling a function and the corresponding values are in perl hash of arrays, so my problem is how to assign those hash of arrays values into another select box through javascript.
Actually my doubt is we r using perl code in html but how to use same perl code in javascript? For example,
I am using one select box onchange i am calling a function and the corresponding values are in perl hash of arrays, so my problem is how to assign those hash of arrays values into another select box through javascript.
Comment