I am only guessing but what would happen if you had a form with three submit buttons named ['eenie','meenie','minie'],'meenie');
Having said that I am asking the list can you have a (item/object) from a popup menu behave as and submit button.... using CGI/Perl? I know from using www.tucows.com to download I see a fine example of this, when selecting the nearest download server. Although I don't know what programming Languages they used. > 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 > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]