<html>
<body>
<% String name=request.getParameter("name"); %>
<h1>Includer : <%=name%></h1>
<%@include file="StaticIncludedTest.jsp"%>
<jsp:include page="DynamicIncludedTest.jsp"/>
</body>
</html>
Dosyayı İndir