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

📄 loginok_reg.jsp

📁 java医院应用包含门诊挂号收费住院等应用比较好用
💻 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">
  <p>病人信息表 </p>
</div>
<form name="form1" method="post" action="/servlet/Patient">
  <table width="75%" border="0" align="center">
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">病人编号</font></td>
      <td> 
        <input name="patientid" type="text" id="patientid" size="12"></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">姓名</font></td>
      <td> 
        <input name="name" type="text" id="name" size="12"></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">性别</font></td>
      <td bgcolor="#9CCFFF"> 
        <input name="radiobutton" type="radio" value="1" checked>
        <font size="2">男</font> 
        <input type="radio" name="radiobutton" value="2">
        <font size="2">女</font></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">年龄</font></td>
      <td> 
        <input name="age" type="text" id="age" size="12"></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">费用类型</font></td>
      <td> 
        <select name="moneytype" size="1" id="moneytype">
          <option>公费</option>
          <option selected>自费</option>
        </select></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">电话</font></td>
      <td> 
        <input name="tel" type="text" id="tel" size="12"></td>
    </tr>
    <tr bgcolor="#9CCFFF"> 
      <td bgcolor="#9CCFFF"><font size="2">地址</font></td>
      <td> 
        <textarea name="address" id="address"></textarea></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>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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