Click to See Complete Forum and Search --> : which netscape versions to consider ?


babloosony
01-07-2003, 10:54 PM
Hi All,

I have developed a web application using jsp,javascript,html,servlets,css. My application is compatible with IE5+ and I want to make it comaptible with Netscape. So which Netscape versions I should consider ?

I use css also so please answer w.r.t to this point.


Thanks & Regards,
Kumar.

khalidali63
01-08-2003, 07:19 AM
I'd say NS6+ will do,since it is the most standard compliant browser out there and its useage is increasing(slowly but steadily).

Khalid

babloosony
01-08-2003, 07:53 AM
I know netscape 7.0 supports css and does netscape 6+ support css ?

pyro
01-08-2003, 07:54 AM
Yes, NS 6 has good support for CSS.

babloosony
01-08-2003, 08:24 AM
thank you friends. any sites/docs/links for writing browser compatible javascript ?

Charles
01-08-2003, 09:26 AM
Originally posted by babloosony
thank you friends. any sites/docs/links for writing browser compatible javascript ? There's no need really. Anything that you do in JavaScript is going to fail for more than one in ten users. As such you need to make use of the NOSCRIPT element to ensure that your page "fails safe". And if your page "fails safe" it doesn't matter if the JavaScript that you use is Microsoft specific.