mbered reading about all
attributes must now have a value, even the ones that didn't normally
require one.
I hope this helps some other programmer save some time.
Don't know what I was thinking when I posted this. It couldn't have worked.
See my response under 'Odd select
Quoting [EMAIL PROTECTED]:
Shawn Hinchy wrote:
Quoting Jonathan Mangin <[EMAIL PROTECTED]>:
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: ; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2007 9:51 AM
Subject: Re: Odd select box
Shawn Hinchy wrote:
Quoting Jonathan Mangin <[EMAIL PROTECTED]>:
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: ; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2007 9:51 AM
Subject: Re: Odd select box behaviour
- Original
I had a wild thought and changed the select box definition.
First I dropped the 'selected' attribute. That solved the problem.
Then I added it back, but as such: selected="selected". That worked too.
My DOCTYPE is HTML 4.01 Transitional, and I remembered reading about all
attributes must now h
Quoting Jonathan Mangin <[EMAIL PROTECTED]>:
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: ; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2007 9:51 AM
Subject: Re: Odd select box behaviour
- Original Message -
From: &
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: ; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2007 9:51 AM
Subject: Re: Odd select box behaviour
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To:
> Se
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 01, 2007 8:21 PM
Subject: Odd select box behaviour
> This one has me stumped, and it shouldn't.
>
> I'm trying to validate data from a simple select box:
>
>
> United
This one has me stumped, and it shouldn't.
I'm trying to validate data from a simple select box:
United States
Canada
When I do:
foreach my $Item (param())
{
my $input=param($Item);
print "$Item --$input--\n";
}
the data is printed out with the expected leading and trailing