I have an options filed, which pulls data from a flat file. I can get the value user chose via JAVASCRIPT but am not sure how to pass it to a perl sub, which eventually will provide data to the 2nd options filed.
i.e popup_menu(-name=>'fField', -values=>'(sort @fChoice)'),-onChange=>'getValue(this)');
so based on getValue(strng) -> pass to sub, which will provide data fro 2nd Options filed.
i.e popup_menu(-name=>'fField', -values=>'(sort @fChoice)'),-onChange=>'getValue(this)');
so based on getValue(strng) -> pass to sub, which will provide data fro 2nd Options filed.