Re: [PHP] Select box won't display in Netscape 4.xx

2002-01-02 Thread Martin Schichl

Dear Edwin!

Yes, I have had this problem before ...

My problem was, that I a line in my style sheets, which
could not be solved by NS.
(I think it was border?)

Yours,

Martin




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?



-
Dipl.-Ing. Martin Schichl
SCC Software, Communication  Consulting GmbH  Co KEG
Grottenhofstr. 3, A-8053 Graz
Tel. +43/(0)316/265-205, Fax +43/(0)316/265-234
[EMAIL PROTECTED], http://scc.co.at

-- 
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]




RE: [PHP] Select box won't display in Netscape 4.xx

2002-01-02 Thread Jerry Verhoef (UGBI)

Did you forget the FORM /FORM tags?

Jerry

-Original Message-
From: Martin Schichl [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Edwin Boersma; [EMAIL PROTECTED]
Subject: Re: [PHP] Select box won't display in Netscape 4.xx


Dear Edwin!

Yes, I have had this problem before ...

My problem was, that I a line in my style sheets, which
could not be solved by NS.
(I think it was border?)

Yours,

Martin




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?



-
Dipl.-Ing. Martin Schichl
SCC Software, Communication  Consulting GmbH  Co KEG
Grottenhofstr. 3, A-8053 Graz
Tel. +43/(0)316/265-205, Fax +43/(0)316/265-234
[EMAIL PROTECTED], http://scc.co.at

-- 
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]


The information contained in this email is confidential and
may be legally privileged. It is intended solely for the 
addressee. Access to this email by anyone else is 
unauthorized. If you are not the intended recipient, any 
form of disclosure, production, distribution or any action 
taken or refrained from in reliance on it, is prohibited and 
may be unlawful. Please notify the sender immediately.

The content of the email is not legally binding unless 
confirmed by letter bearing two authorized signatures.

-- 
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]




[PHP] Select box won't display in Netscape 4.xx

2001-12-31 Thread Edwin Boersma

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]




Re: [PHP] Select box won't display in Netscape 4.xx

2001-12-31 Thread Miles Thompson


Sounds like a problem with HTML syntax. NS is notoriously fussy and IE 
remarkably lax. Capture your source and compare against the HTML standard. 
I'm surprised NS6 is accepting what NS4 is choking on.

Happy New Year - Miles

PS I'd bet a cup of coffee that a closing tag is missing.

At 12:06 PM 12/31/2001 +0100, 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]


-- 
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]




Re: [PHP] Select box won't display in Netscape 4.xx

2001-12-31 Thread Jim Lucas [php]

check and make sure the you have the correct opening and closing form tags.
NS 4.x will choke if you don't have an opening and closing tag.  While IE
5, 5.5 and 6 will work fine.

Jim
- Original Message -
From: Edwin Boersma [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 31, 2001 3:06 AM
Subject: [PHP] Select box won't display in Netscape 4.xx


 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]




-- 
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]




Re: [PHP] Select box won't display in Netscape 4.xx

2001-12-31 Thread sundogcurt

Have you double and triple checked to be sure your form elements are 
nested properly?

[EMAIL PROTECTED] 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]