Mega Code Archive

 
Categories / Java / JSP
 

Include another file

<html>   <HEAD><TITLE>Include another file</TITLE></HEAD>   <BODY>     <%@ include file='welcomeText.html' %>     <P>     This text appears after the included file   </BODY> </HTML> // File:welcomeText.html <TABLE WIDTH='100%' border="0">   <TR><TD align="right" bgcolor="#FFFF99"><i><b>Welcome to your online account</b></i></TD></TR> </TABLE>