?? fram.jsp
字號:
<%@ page language="java"contentType="text/html;charset=gb2312"%>
<html>
<head>
<title>主頁面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
body {
background-image: url(img/main_bg.gif);
}
.style2 {font-family: "楷體_GB2312" }
.style4 {font-family: "楷體_GB2312"; color: #FFFFFF; }
-->
</style>
</head>
<jsp:include page="top.jsp" />
<body>
<table width="801" height="198" border="0" align="center">
<tr >
<td width="60" height="22" background="img/top1_12.gif"> </td>
<td width="110" background="img/top1_12.gif" align="center"><img src="img/icon_01.gif" width="14" height="11"border="0"><a href="add.jsp" target="frm" class="style2 ">添加信息</a></td>
<td width="110" background="img/top1_12.gif" align="center"><img src="img/icon_01.gif" width="14" height="11"border="0"><a href="/jspDev/servlet/look_Servlet" target="frm" class="style2">察看信息</a></td>
<td width="110" background="img/top1_12.gif" align="center"><img src="img/icon_01.gif" width="14" height="11"border="0"><a href="search.jsp" target="frm" class="style2">查找信息</a></td>
<td width="110" background="img/top1_12.gif" align="center">
<img src="img/icon_01.gif" width="14" height="11" border="0"><a href="addUser.jsp" target="frm" class="style2"/>添加用戶</td>
<td width="110" background="img/top1_12.gif" align="center"><img src="img/icon_01.gif" width="14" height="11" border="0"><a href="help.jsp" target="frm" class="style2">系統幫助</a></td>
<td width="74" background="img/top1_12.gif" align="center"><img src="img/icon_01.gif" width="14" height="11" border="0"><a href="/" onClick="javascript:window.close();return false;" class="style2">退出</a></td>
<td width="45" background="img/top1_12.gif" align="center"> </td>
</tr>
<tr>
<td height="168" colspan="9" >
<iframe align="top" src="view.jsp" name="frm" scrolling="yes" width="801" height="500" frameborder="0">
</iframe>
</td>
</tr>
</table>
<br>
</body>
<jsp:include page="foot.jsp" />
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -