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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]