µÎ¹ø°½Ã°£ - ÇнÀ°úÁ¤
-------------------------
###include ¾×¼ÇÅÂ±× :::DirectiveExample4.jsp::::::::::::::::::::::::::
<h1>DirectiveExample4</h1> <%@page contentType= ext/html;charset=EUC-KR\%> <%@page import=java.util.*\%> <%@include file=DirectiveTop.jsp\%> include Áö½ÃÀÚÀÇ bodyºÎºÐÀÔ´Ï´Ù. <%@include file=DirectiveBottom.jsp\%>
:::DirectiveTop.jsp::::::::::::::::::::::::::: <html> <body> include Áö½ÃÀÚÀÇ TopºÎºÐÀÔ´Ï´Ù. <hr>
:::DirectiveBottom.jsp::::::::::::::::::::::::::
<% Date date=new Date(); %> <hr> include Áö½ÃÀÚÀÇ BottomºÎºÐÀÔ´Ï´Ù.<p> <%=date.toLocaleString()%> </body> </html>
---------------------------
JSP ½ºÅ͵ð 2004 11 24
¼Ò½ºÀÚ¼¼È÷º¸±â
http://www.6VJ.com/jsp/jsp1124.txt
|