Java Reference
In-Depth Information
F IGURE 20.4
The Index view.
The source for the Index view is in Listing 20.5.
L ISTING 20.5
index.jsp
<html>
<head>
<title>Sams Movie Catalog</title>
</head>
<body bgcolor=”#FFFFFF”>
<table width=”100%” border=”0”>
<tr>
<td colspan=”2”><jsp:include page=”titlebar.jsp” flush=”true” /></td>
</tr>
<tr>
<td width=”75”><%@ include file=”navigation.jsp” %></td>
<td valign=”top” >
<div align=”center”><b>Welcome to the Sams Movie Catalog</b></div>
</td>
</tr>
</table>
</body>
</html>
20
 
Search WWH ::




Custom Search