📄 register.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<div align="center">挂号信息 </div>
<form name="form1" method="post" action="/servlet/Register">
<table width="75%" border="0" align="center">
<tr bgcolor="#9CCFFF">
<td><font size="2">挂号编号</font></td>
<td>
<input name="regid" type="text" id="regid"></td>
</tr>
<tr bgcolor="#9CCFFF">
<td><font size="2">病人编号</font></td>
<td>
<input name="patientid" type="text" id="patientid"></td>
</tr>
<tr bgcolor="#9CCFFF">
<td><font size="2">挂号科室</font></td>
<td>
<select name="roomtype" size="1" id="roomtype">
<option>内科</option>
<option>外科</option>
<option>五官科</option>
</select></td>
</tr>
<tr bgcolor="#9CCFFF">
<td><font size="2">挂号类型</font></td>
<td>
<select name="regtype" size="1" id="regtype">
<option selected>普通号</option>
<option>专家号</option>
</select></td>
</tr>
<tr>
<td colspan="2" bgcolor="#9CCFFF">
<div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -