Right, IE is less demanding on the rule of using tag. Another example is,
<select> (without </select>) is ok in IE but not in NS.
In addition, u may suffer more serious problems when dealing with
JavaScript. Therefore, during development, i prefer using NS for testing
instead of IE (of course, eventually u have to test ur app. on both),
otherwise, u may need to double ur development time in correcting the
compatibility between them and this, no doubt, is a painful process.
----- Original Message -----
From: Jacob Mathew <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 08, 1999 10:33 AM
Subject: Re: browser incompatibility
> 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
___________________________________________________________________________
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