topframe.jsp
来自「是一个J2EE的项目,在eclipse下编译通过,应用struts,hibern」· JSP 代码 · 共 24 行
JSP
24 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?