Following is the code I am using.

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


I am using Java Web Server. If I run in IE5 I am getting only "Today is:" I
am not getting the date.

If I run in Netscape the whole code is getting displayed.

Please suggeest me where could be wrong. I know nothing wrong with the code.

Is there any class path should be set for this?

Please help me out.

I am wasting too much of time in this.'


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