Re: browser incompatibility

1999-12-08 Thread Prem kumar K P
Title: RE: browser incompatibility Because Netscape supports Formatted Html Only. IE Supports all types Prem Apcosoft -Original Message- From: Kumaravadivelu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 08, 1999 1:09 PM To: [EMAIL PROTECTED] Subject: Re: browser

Re: browser incompatibility

1999-12-08 Thread Kumaravadivelu
IL PROTECTED]> Date: Wednesday, December 08, 1999 5:10 AM 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 ta

Re: browser incompatibility

1999-12-07 Thread Kelsey Fedde
Got it! thanks everyone for you help :-) -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-

Re: browser incompatibility

1999-12-07 Thread Joe Lei
, 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 tags. While IE > doesn't care about their presence, Netscape follows the standard. &

Re: browser incompatibility

1999-12-07 Thread Jacob Mathew
Kelsey, If you're using form elements like buttons, text boxes, text areas etc., make sure that you have enclosed within the tags. While IE doesn't care about their presence, Netscape follows the standard. Secondly, if you're using standard HTML tags, browser incompatibilit

Re: browser incompatibility

1999-12-07 Thread Tom Kochanowicz
t for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Kelsey Fedde Sent: Tuesday, December 07, 1999 4:24 PM To: [EMAIL PROTECTED] Subject: browser incompatibility I am finally getting some servlets to work and go to test them on Netscape.

browser incompatibility

1999-12-07 Thread Kelsey Fedde
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