hi there;
i am working jsp, bean, servlet on Linux server using tomcat. i would like my jsp web application compliance on both IE + Netscape.
currently, i am connecting using IE 6 from windows OS. can i assume that if i try testing using netscape from windows OS, it will able to work for all IE browser as well?
rgd/ yoke yew
-
Browser (1 messages)
- Posted by: Tan Yoke Yew
- Posted on: August 01 2004 22:06 EDT
Threaded Messages (1)
- Browser by Rene Zanner on August 02 2004 04:39 EDT
-
Browser[ Go to top ]
- Posted by: Rene Zanner
- Posted on: August 02 2004 04:39 EDT
- in response to Tan Yoke Yew
Hi,
when using server side HTML code generation technologies like JSP or ASP.NET, you are independent of the browser used by the client.
So much for the theory.
In fact, when using fancy DHTM or CSS code inside your generated HTML, the pages might look VERY different in different browsers.
Try to define a set of browsers you want to support and then try to figure out, what features of DHTML are supported and how they are implemented.
Cheers,
René Zanner