⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 topframe.jsp

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 JSP
字号:
<%@ page language="java"  contentType="text/html;charset=UTF-8" pageEncoding="utf-8"%>
<html>
<head>
<title>Welcome page</title>
</head>
<script type="text/javascript" src="js/controlpage.js">

</script>
<body >
<img src="images/logo.jpg"></img>

<table style="position:absolute;left:390px;top:120px">
<tr>
<td><button onclick="javascript:toPersonFile()">返回个人档案</button></td>
<td><button onclick="javascript:toFamilyFile()">家庭档案</button></td>
<td><button onclick="javascript:toMainProblem()">主要问题</button></td>
<td><button onclick="javascript:toSensitive()">过敏史</button></td>
<td><button onclick="javascript:toDisease()">疾病史</button></td>
<td><button onclick="javascript:toDisability()">残疾史</button></td>
</tr>

</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -