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
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
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
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