bluedog123
Technical User
I'm trying to display a simple JSP page (JRun/IIS) but it is coming up totally blank. Any help is appreciated. Here is the a cut-and-paste of the code:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<DIV align="center">
<%
out.println("This is a test"
%>
</DIV>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<DIV align="center">
<%
out.println("This is a test"
%>
</DIV>
</BODY>
</HTML>