Hi folks
I could not run my first jsp
I am using JRun and personal web server
I am including the code also

<html>
<head>
<title>Greetings</title>
</head>
<body>
<%
for(int i=0;i<5;i++)
{
 out.println("<h1>Hello World!</h1>");
}
%>
</body>
</html>

Thanks in advance
Ravi

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to