📄 first.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>虚拟银行首页</title>
<style type="text/css">
<!--
body {
margin-left: 100px;
margin-top: 2px;
margin-right: 70px;
margin-bottom: 1px;
}
a:link {
color: #003399;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF0000;
}
a:hover {
text-decoration: none;
color: #33ff00;
}
a:active {
text-decoration: none;
color: #00CC00;
}
-->
</style>
</head>
<body bgcolor=#00999>
<%@ include file="head.jsp" %>
<form id="form1" name="form1" method="post" action="">
<table width="660" border="0" cellpadding="0">
<tr>
<td width="460"><img src="/netservice/imgs/img.png" alt="" name="img" width="454" height="180" id="img" /></td>
<td width="156"><table width="200" height="180" border="0" cellpadding="2">
<tr bgcolor="#CC0000">
<td><div align="center">网上银行服务</div></td>
</tr>
<tr bgcolor="#9933FF">
<td><div align="center"><a href="login.jsp">个人网上银行登录</a></div></td>
</tr>
<tr bgcolor="#9933FF">
<td><div align="center"><a href="reg.jsp">注册</a></td>
</tr>
<tr bgcolor="#9933FF">
<td> </td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form2" name="form2" method="post" action="">
<table width="660" border="0" cellpadding="0">
<tr>
<td width="460"><img src="/netservice/imgs/ad.jpg" alt="" name="ad" width="460" height="180" id="ad" /></td>
<td width="106"><table width="200" height="180" border="0" cellpadding="2">
<tr>
<td bgcolor="#0000FF"><div align="center">银行行情</div></td>
</tr>
<tr>
<td bgcolor="#99FF33"><div align="center"><a href="interest.jsp">存款利率</a></div></td>
</tr>
<tr>
<td bgcolor="#99FF00"><div align="center"><a href="waihui.jsp">外汇牌价</a></div></td>
</tr>
<tr>
<td bgcolor="#99FF00"><div align="center"><a href="zixun.jsp">资讯</a></div></td>
</tr>
</table></td>
</tr>
</table>
</form>
<div style="position:absolute;bottom:0px;">
<div style="position:absolute;bottom:0px;">
<%@ include file="bottom.jsp" %>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -