Jsp Include Static HTML : Include « JSP « Java






Jsp Include Static HTML

//File: includeTest.jsp
<HTML>
<HEAD><TITLE> Include Test </TITLE></HEAD>
<BODY>
I should see this <br>
<%@ include file="insert.html" %>
<br><br>
If I don't, then the URL is not working...
</BODY>
</HTML>

/////////////////////////////////////////////

//File: insert.html
right below the line that reads: "I should see this"

           
       








JspIncludeStaticHTML.zip( 89 k)

Related examples in the same category

1.Jsp page includes another Jsp page
2.Using Include And Pass Value
3.JSP Include
4.Include another file
5.Using Includes
6.Passing parameters during including
7.Forward a request
8.JSP standard action: include