<%@ page errorPage="errorpage.jsp" %>
<%@ include file="titlebar.jsp" %> |
<% out.println(" %> |
//////////////////////////////////////////////////////////////
//File: titleBar.jsp
<% // Get the User's Name from the session out.println("Hello: " + request.getParameter("user") + ""); %> |


No comments:
Post a Comment