php-general | 2001122
Date: 12/31/01
- Next message: Vincent Stoessel: "Re: [PHP] mysql_fetch_array"
- Previous message: Brian Clark: "Re: [PHP] length of string"
- In reply to: Edwin Boersma: "[PHP] Select box won't display in Netscape 4.xx"
- Next in thread: Jim Lucas [php]: "Re: [PHP] Select box won't display in Netscape 4.xx"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This happens when a <select> tag is not within a <form> block in
netscape 4.. if the select isn't meant to be part of a form, and is just
for navigation (javascript onchange or whatever), then just do
<form><select>...</select></form>
Mike
Edwin Boersma wrote:
> Hi,
>
> I'm developing a website for multiple browsers. In Netscape 4.xx (both
> Win98 and Linux versions), the php-scripts display the select boxes in
> my forms only as plain text. I cannot make any selections. In other
> browsers (NS 6 and IE5), it works fine.
>
> Anyone seen this behavior before?
>
> Regards,
> Edwin
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Vincent Stoessel: "Re: [PHP] mysql_fetch_array"
- Previous message: Brian Clark: "Re: [PHP] length of string"
- In reply to: Edwin Boersma: "[PHP] Select box won't display in Netscape 4.xx"
- Next in thread: Jim Lucas [php]: "Re: [PHP] Select box won't display in Netscape 4.xx"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

