Re: popup_menu help

2002-03-07 Thread fliptop
Sir Douglas Cook wrote: > 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. Althou

Re: popup_menu help

2002-03-07 Thread Sir Douglas Cook
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 t

RE: popup_menu help

2002-03-06 Thread John Edwards
You can add some javascript code to the field's -onchange section. -Original Message- From: DUCHATEAU, GABRIEL [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 17:34 To: [EMAIL PROTECTED] Subject: popup_menu help Hi all, I hope somebody can help me here. I have a CGI script creat

popup_menu help

2002-03-06 Thread DUCHATEAU, GABRIEL
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 autom