Re: [PHP] Javascript question
From: Brent Baisley (brent_at_landover.com)
Date: 11/20/03
- Next message: Jay Blanchard: "RE: [PHP] array_search"
- Previous message: Jake McHenry: "array_search"
- In reply to: Jason Wong: "Re: [PHP] Javascript question"
- Next in thread: John Nichel: "Re: [PHP] Javascript question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Nov 2003 14:44:22 -0500 To: php-general@lists.php.net
Funny off-off topic stuff. But to address the original question, which
I deleted already, the problem is in your html, not your javascript.
The syntax for selects is:
<select name="state_name" onChange="">
<option label="Colorado" value="Colorado">Colorado</option>
You had the "name" parameter in the option, not the select.
Now about unclogging drains...
On Nov 20, 2003, at 2:05 PM, Jason Wong wrote:
> On Friday 21 November 2003 02:38, Robin Kopetzky wrote:
>> Ah-hah! Jason hides under an email address that does not exist so one
>> cannot reply directly to him, only via the list. Does that not
>> describe the
>> person well?
>
> My address only accepts mail directly from the list, cuts down on the
> spam
> somewhat. I hope you wasn't trying to spam me :)
>
-- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577
- Next message: Jay Blanchard: "RE: [PHP] array_search"
- Previous message: Jake McHenry: "array_search"
- In reply to: Jason Wong: "Re: [PHP] Javascript question"
- Next in thread: John Nichel: "Re: [PHP] Javascript question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|