Hi!
I wonder if there is any way in Perl CGI that you can select an item in
a popup menu and execute a command WITHOUT having to click a submit
button? For instance, this is what I want to do:
I have a popup_menu with names of several values.
print $cgi->popup_menu(-name=>'list',
alert('TESTING')";
/Marcus
On Mon, 2008-01-07 at 20:12 +1100, Ken Foskey wrote:
> On Mon, 2008-01-07 at 08:46 +, Marcus Claesson wrote:
> > Hi!
> >
> > I wonder if there is any way in Perl CGI that you can select an item in
> > a popup menu and execute