top.jsp
来自「用Jsp实现的图书管理系统代码」· JSP 代码 · 共 72 行
JSP
72 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" %>
<jsp:useBean id="showdate" class="DateBean.MyDate" scope="page" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bannnername {
font-size: 50px;
color: #000000;
font-weight: bold;
font-family: "黑体";
}
.style3 {font-size: 12px}
-->
</style>
<body>
<table width="72%" border="0" align="center" bgcolor="99CCCC">
<tr>
<td height="10"></td>
</tr>
</table>
<table width="72%" height="88" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="245" height="88" valign="top"><img src="images/top.gif"></td>
<td width="365" align="left" valign="top">
<marquee direction="left" scrolldelay="100">
</marquee>
<table width="100%" border="0">
<tr>
<td><img src="images/banner.gif" width="365" height="46"></td>
</tr>
<tr>
<td>今天是<%=showdate.getDate()%></td>
</tr>
</table></td>
<td width="84" align="left" valign="middle"><table width="100%" border="0">
<tr>
<td><img src="images/top_home.gif" width="13" height="12"><span class="style3"><a onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.qichunren.com');return false;" href="http://www.qichunren.com" title="将本站设为你的首页">设为首页</a></span> </td>
</tr>
<tr>
<td><img src="images/top_gift.gif" width="13" height="12"><span class="style3"><a href="javascript:window.external.AddFavorite(location.href,document.title)" title="将本站加入到你的收藏夹" class="navbar">加入收藏</a></span></td>
</tr>
<tr>
<td><img src="images/top_mail.gif" width="14" height="12"><span class="style3"><a href="guestbook/guestbook_index.jsp" target="_self">留言建议</a></span></td>
</tr>
<tr>
<td><img src="images/top_home.gif" width="13" height="12"><span class="style3"><a href="index.jsp" target="_self">回到首页</a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="72%" border="0" align="center">
<tr>
<td height="6" bgcolor="#000000"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?