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

📄 searchpersonfile.jsp

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


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>personfile page</title>
  </head>
  
  <body> 
  <img src="jsp/images/logo.jpg"/>
    <table width="922" height="77" border="0" bgcolor="#6fb7ff">
<tbody><tr>
<td width="250">&nbsp;姓名&nbsp;&nbsp;&nbsp; <input type="text" name="text1"></td>
<td width="250">&nbsp;身份证号&nbsp; <input type="text" size="20" name="text3"></td>
<td width="150">&nbsp;性别 &nbsp; &nbsp;<select size="1" name="list1">
<option value="0">男</option>
<option value="1">女</option>
</select>
</td>
<td >&nbsp;家庭住址<select size="1" name="list4">
</select><select size="1" name="list5">
</select><select size="1" name="list6">
</select>
</td></tr>
<tr>
<td>&nbsp;出生年份<input type="text" name="text2"></td>
<td>&nbsp;个人档案号<input type="text" size="20" name="text4"></td>
<td width="150">&nbsp;疾病名称<select size="1" name="list2">
<option value="0">冠心病</option>
<option value="1">脑卒中</option>
<option value="2">糖尿病</option>
</select>

</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="button" value="查询" name="button1"></td></tr>
</tbody></table> 
 <table width="922" border="0" height="29">
<tbody><tr>
<td width="500"></td>
<td width="50"><input type="button" value="新建" name="button2"></td>
<td width="50"><input type="button" value="注销" name="button3"></td>
<td width="50"><input type="button" value="恢复" name="button4"></td>
<td width="50"><input type="button" value="删除" name="button5"></td>
<td width="50"><input type="button" value="返回" name="button6"></td>

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

⌨️ 快捷键说明

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