RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Geraint Jones [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 9:49 AM > To: CGI Beginners > Subject: Re: CGI.pm popup_menu > > ... > Here's the code I ran: [ snip correct code, different from previously posted inc

Re: CGI.pm popup_menu

2001-11-01 Thread Geraint Jones
> > You shouldn't use quotes - instead use apostrophe's, there is > > probably a > > reason why, but I can't remember. > > That's because there is no reason. The double quotes are fine, > and are not related to the problem in any way. OK. It's probably because every example I've seen uses apostro

RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Gerry Jones [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 5:11 AM > To: CGI Beginners > Subject: Re: CGI.pm popup_menu > > > On Thursday 01 November 2001 02:06, you wrote: > > I am attempting to use

RE: CGI.pm popup_menu

2001-11-01 Thread Bob Showalter
> -Original Message- > From: Alan F Larimer Jr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 9:07 PM > To: [EMAIL PROTECTED] > Subject: CGI.pm popup_menu > > > I am attempting to use the DEFAULT parameter within a > popup_menu to set the

Re: CGI.pm popup_menu

2001-11-01 Thread Alan F Larimer Jr
--- Gerry Jones <[EMAIL PROTECTED]> wrote: > On Thursday 01 November 2001 02:06, you wrote: > > I am attempting to use the DEFAULT parameter within a popup_menu to set > the > > displayed value to what I want based on the passed parameters in the > URL. > > I am using Mozilla 0.9.4 on a Linux mach

Re: CGI.pm popup_menu

2001-11-01 Thread Gerry Jones
On Thursday 01 November 2001 02:06, you wrote: > I am attempting to use the DEFAULT parameter within a popup_menu to set the > displayed value to what I want based on the passed parameters in the URL. > I am using Mozilla 0.9.4 on a Linux machine, and hope that isn't the reason > I'm not seing wha

Re: CGI.pm popup_menu

2001-10-31 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Alan F Larimer Jr) wrote: > I am attempting to use the DEFAULT parameter within a popup_menu to set the > displayed value to what I want based on the passed parameters in the URL. > I am using Mozilla 0.9.4 on a Linux machine, and hope that isn

CGI.pm popup_menu

2001-10-31 Thread Alan F Larimer Jr
I am attempting to use the DEFAULT parameter within a popup_menu to set the displayed value to what I want based on the passed parameters in the URL. I am using Mozilla 0.9.4 on a Linux machine, and hope that isn't the reason I'm not seing what I want to see. Here is the code: CODE #!/u