mld has asked for the wisdom of the Perl Monks concerning the following question:

I have a list box1 and List Box 2 designed for Web application using CGI script.

I have written java script to get the selected value from the listbox1(when the users clicks on the particular item of list box).

I wanted to pass the value from java script to perl.So that based on the selected value of list box1, the list box2 should get filled with corresponding items

  • Comment on How to pass value from list box to perl script

Replies are listed 'Best First'.
Re: How to pass value from list box to perl script
by almut (Canon) on Apr 28, 2009 at 09:36 UTC
Re: How to pass value from list box to perl script
by Anonymous Monk on Apr 28, 2009 at 09:36 UTC
    Is this still about OLE (IEAutomation)?