Dear All,

Thank you very much to everyone for your help. I have changed the
"classpath" and its working.

Now I have  a doubt in running JSP.

The following is the code I used.

<html>
<head>
<title>First Page</title>
</head>
<body>
<H3>Today is:
<%= new java.util.Date() %>
</H3>
</body>
</html>.


When I run in Netscape the same code is getting displayed in the Browser.

When I run in IE 5 I am getting only "Today is:". I am not getting the
output date.

I think the java code inside the <% %> tag is not running. What is to be
done for this?

But in Netscape only code is coming. Please check it out.



Regards,

Ganesh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to