'include file'에 해당되는 글 1건

  1. 2008/10/27 How to include file in JSP ?
2008/10/27 14:01

How to include file in JSP ?

Just like ASP, or PHP, JSP is also allow toinclude for programmer by include function.
Here's the simple example.
<HTML>
<BODY>
Going to include hello.jsp...<BR>
<%@include file="hello.jsp" %>
</BODY>
</HTML>
Trackback 0 Comment 0