Kelsey,

If you're using form elements like buttons, text boxes, text areas etc.,
make sure that you have enclosed within the <form></form> tags. While IE
doesn't care about their presence, Netscape follows the standard.

Secondly, if you're using standard HTML tags, browser incompatibility may
not be an issue at all in your case. Look for missing or wrongly placed
tags.

Jacs


-----Original Message-----
From: Kelsey Fedde [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 08, 1999 6:24 AM
To: [EMAIL PROTECTED]
Subject: browser incompatibility


I am finally getting some servlets to work and go to test them on Netscape.
I am using html tags in a servlet to display the contents of a DB2 table.

Works fine on I.E. but none of the table portion displays when I run it
with Netscape.  It is useless in my book if it doesn't run on both
browsers.

I can't determine if it is the classes I use to connect, the html potion, or
what.

If you have any suggestions they are greatly appreciated.
thanks,
Kelsey

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to