Hi all,

I hope somebody can help me here. I have a CGI script creating a popup menu
using  something like this


   print $query->popup_menu('menu_name',
                            ['eenie','meenie','minie'],
                            'meenie');

Is there a way in perl to submit the form automatically once the user
selects a value from this popup_menu. Currently I have to use a submit
button but I would like to avoid this if it is possible.

Thanks 
Gabriel
 
 

Reply via email to