Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

[PHP] Re: Select box won't display in Netscape 4.xx From: Mike Eheler (meheler <email protected>)
Date: 12/31/01

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>