| Author |
problem in netscape navigator
|
vipin shir
Greenhorn
Joined: Mar 30, 2004
Posts: 1
|
|
I am writing jsp(with weblogic 8.1) and i run with internet explorer browser it runs quite well but when i run it with netscape nevigator 7.1 it gives me error <%@ page language="java" import ="java.io.*,java.util.* isErrorPage="true"%> Page not available please help me
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
It's not a problem with the JSP... it's a problem with the HTML generated by the JSP. The web browser should never see the line - "<%@ page language="java" import ="java.io.*,java.util.* isErrorPage="true"%>". This line is used by your web application server to generate the servlet and it isn't output to the browser.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: problem in netscape navigator
|
|
|