Hi all, I have a problem with Orion server 1.5.2 I have a servlet, which is hosted in Orion Application Server and is used retrieve page content from applications running on varied application servers. The servlet displays the HTML content properly in Internet Explorer 5.5 but not in Netscape 4.7.The Netscape browser shows the HTML tags, as it is .as shown below. <html> <head> <body>This is a test page </body> </head> </html>
But the same servlet, when hosted in Tomcat 3.2.1, the servlet displays the content properly in both Internet Explorer and Netscape Thanks Karthik
Your sample code shows the body nested INSIDE the head. The proper form is:
A lot of browsers will display incorrect html. But the only way to reliably display the page is when the html is properly done. And sometimes not even then, alas.
Customer surveys are for companies who didn't pay proper attention to begin with.
Karthik Santhanagopalan
Greenhorn
Joined: Aug 27, 2001
Posts: 3
posted
0
sorry it was a typo error in my HTML it is perfect.it is just as u have shown but i get the error.. thanks Karthik
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Netsacpe Browser with Orion Server Problem.