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

📄 updatedisability.jsp

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 JSP
字号:
<%@ page language="java"  contentType="text/html;charset=UTF-8" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
     
    <title>updatedisability page</title>

  </head>
  
  <body>
   <table id="Table1" border="0" style="background-color: #a2c9ff; position:absolute; left:180px;" width="1000px">
    <tr>
    <td  colspan="2" align="center" height="50px"><span id="Label1" style="font-size:20;color:red;">残疾史记录</span></td>

    </tr>
    
	    <tr><td width="80px" height="30px"align="center"><span id="Label1" >姓名</span></td><td><input name="username" type="text" id="TextBox1" style="height:22px;width:200px;font-size: 12px" value=""/></td> </tr>
	    <tr><td width="80px" height="30px"align="center">性别</td><td><select name="insertusersex"><option>男</option><option>女</option><option selected>不定</option></select></td></tr>
	    <tr><td width="80px" height="30px"align="center">社区</td><td><select name="insertusersex"><option>1</option><option>2</option><option selected>3asas</option></select></td></tr>
	    <tr><td width="100px" height="30px"align="center">残疾类型</td><td><select name="insertusersex"><option>1</option><option>2</option><option selected>3ssss</option></select></td></tr> 
        <tr><td width="100px" height="30px" align="center">残疾程度</td><td><select name="insertusersex"><option>1</option><option>2</option><option selected>不定</option></select></td></tr>
    <tr>
        <td align="center" valign="top" width="100px">残疾情况描述</td>
	    <td width=""><textarea cols="100" rows="10" name="disability"></textarea></td>
	</tr>
	<tr>	
	   <td align="center" colspan="2" height="30px"><input type="submit" name="Button1" value="保存" id="Button1"style=""/>&nbsp;&nbsp;&nbsp;&nbsp;</td>
	</tr>
    </table>
    <table>
    <tr><td><a href="disability.jsp"></a></td></tr>
    </table>
    
  
  </body>
</html>

⌨️ 快捷键说明

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