Java

Include Directive

Aug 10, 2016

<body>
<h6>Welcome To Asterix Solution</h6><br>
<hr>
</body>

Footer.html

<body>
<hr>
<br>
<h6>This website is a copyright</h6>
</body>

IncludeJSP.jsp

<%@ page language="Java" %>
<html>
<body>





<%@ include file="Header.html" %>
<p> Please login..........</p>
>%@ include file="Footer.html" %>
</body>
</html>
 

Related Posts

language_img
Java

Page Directive

Aug 10, 2016

language_img
Java

JSP Lifecycle

Aug 10, 2016

language_img
Java

JSP Architecture

Aug 10, 2016

language_img
Java

Serverlets V/S Java

Aug 10, 2016

Table Of Contents

;