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

📄 accsident_modify.asp

📁 20041230162250801409: 浙江省丽水市公铁联运有限公司OA系统(物流) 开发语言:PHP/ASP/PERL 本系统包括各个部门的管理
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="conn.asp"-->
<%
'if session("pwd")<>"pass" then 
 'response.Redirect "../hcy/login.asp"
 ' response.end 
 'end if 
  %>
<%
id=request.querystring("id")
'BiaoHao=Request("BiaoHao")
set rs=server.createobject("adodb.recordset")
sqltext="select * from accsident1 where id="& id
rs.open sqltext,conn,1,1

%>
<html>
<head>
<link href="../appmain.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>受伤人员信息修改</title>
</head>

<body>
<table width="310" border="0" align="center" cellpadding="0" cellspacing="0" class="FORMTABLE">
  <tr>
    <td><div align="center">受伤人员信息修改</div></td>
  </tr>
</table>
<table width="310" align="center" class="TOOLBARTABLE">
  <tr> 
    <td width="322"><form name="form1" method="post"  action="accsident_ok.asp?Id=<%=Id%>">
        <table width="289" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#000000">
          <tr> 
            <td><font color="#000000">编号: </font></td>
            <td><input name="aa1" type="text" class="input_plane2" id="aa1" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("编号")%>"></td>
          </tr>
          <tr> 
            <td><font color="#000000">姓 名:</font></td>
            <td><input name="aa" type="text" class="input_plane2" id="aa"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("姓名")%>"></td>
          </tr>
          <tr> 
            <td width="66"><font color="#000000">性 别:</font></td>
            <td width="207"><select name="bb" id="bb">
                <option value="请选择性别" selected <%If (Not isNull(rs("性别"))) Then If ("请选择性别" = CStr(rs("性别"))) Then Response.Write("SELECTED") : Response.Write("")%>>请选择性别</option>
                <option value="男性" <%If (Not isNull(rs("性别"))) Then If ("男性" = CStr(rs("性别"))) Then Response.Write("SELECTED") : Response.Write("")%>>男性</option>
                <option value="女性" <%If (Not isNull(rs("性别"))) Then If ("女性" = CStr(rs("性别"))) Then Response.Write("SELECTED") : Response.Write("")%>>女性</option>
              </select></td>
          </tr>
          <tr> 
            <td><font color="#000000">年 龄:</font></td>
            <td><select name="cc" id="cc">
                <option value="请选择年龄" selected <%If (Not isNull(rs("年龄"))) Then If ("请选择年龄" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>请选择年龄</option>
                <option value="6个月" <%If (Not isNull(rs("年龄"))) Then If ("6个月" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>6个月</option>
                <option value="1岁" <%If (Not isNull(rs("年龄"))) Then If ("1岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>1岁</option>
                <option value="2岁" <%If (Not isNull(rs("年龄"))) Then If ("2岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>2岁</option>
                <option value="3岁" <%If (Not isNull(rs("年龄"))) Then If ("3岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>3岁</option>
                <option value="4岁" <%If (Not isNull(rs("年龄"))) Then If ("4岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>4岁</option>
                <option value="5岁" <%If (Not isNull(rs("年龄"))) Then If ("5岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>5岁</option>
                <option value="6岁" <%If (Not isNull(rs("年龄"))) Then If ("6岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>6岁</option>
                <option value="7岁" <%If (Not isNull(rs("年龄"))) Then If ("7岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>7岁</option>
                <option value="8岁" <%If (Not isNull(rs("年龄"))) Then If ("8岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>8岁</option>
                <option value="9岁" <%If (Not isNull(rs("年龄"))) Then If ("9岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>9岁</option>
                <option value="10岁" <%If (Not isNull(rs("年龄"))) Then If ("10岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>10岁</option>
                <option value="11岁" <%If (Not isNull(rs("年龄"))) Then If ("11岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>11岁</option>
                <option value="12岁" <%If (Not isNull(rs("年龄"))) Then If ("12岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>12岁</option>
                <option value="13岁" <%If (Not isNull(rs("年龄"))) Then If ("13岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>13岁</option>
                <option value="14岁" <%If (Not isNull(rs("年龄"))) Then If ("14岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>14岁</option>
                <option value="15岁" <%If (Not isNull(rs("年龄"))) Then If ("15岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>15岁</option>
                <option value="16岁" <%If (Not isNull(rs("年龄"))) Then If ("16岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>16岁</option>
                <option value="17岁" <%If (Not isNull(rs("年龄"))) Then If ("17岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>17岁</option>
                <option value="18岁" <%If (Not isNull(rs("年龄"))) Then If ("18岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>18岁</option>
                <option value="19岁" <%If (Not isNull(rs("年龄"))) Then If ("19岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>19岁</option>
                <option value="20岁" <%If (Not isNull(rs("年龄"))) Then If ("20岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>20岁</option>
                <option value="21岁" <%If (Not isNull(rs("年龄"))) Then If ("21岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>21岁</option>
                <option value="22岁" <%If (Not isNull(rs("年龄"))) Then If ("22岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>22岁</option>
                <option value="23岁" <%If (Not isNull(rs("年龄"))) Then If ("23岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>23岁</option>
                <option value="24岁" <%If (Not isNull(rs("年龄"))) Then If ("24岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>24岁</option>
                <option value="25岁" <%If (Not isNull(rs("年龄"))) Then If ("25岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>25岁</option>
                <option value="26岁" <%If (Not isNull(rs("年龄"))) Then If ("26岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>26岁</option>
                <option value="27岁" <%If (Not isNull(rs("年龄"))) Then If ("27岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>27岁</option>
                <option value="28岁" <%If (Not isNull(rs("年龄"))) Then If ("28岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>28岁</option>
                <option value="29岁" <%If (Not isNull(rs("年龄"))) Then If ("29岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>29岁</option>
                <option value="30岁" <%If (Not isNull(rs("年龄"))) Then If ("30岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>30岁</option>
                <option value="31岁" <%If (Not isNull(rs("年龄"))) Then If ("31岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>31岁</option>
                <option value="32岁" <%If (Not isNull(rs("年龄"))) Then If ("32岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>32岁</option>
                <option value="33岁" <%If (Not isNull(rs("年龄"))) Then If ("33岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>33岁</option>
                <option value="34岁" <%If (Not isNull(rs("年龄"))) Then If ("34岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>34岁</option>
                <option value="35岁" <%If (Not isNull(rs("年龄"))) Then If ("35岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>35岁</option>
                <option value="36岁" <%If (Not isNull(rs("年龄"))) Then If ("36岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>36岁</option>
                <option value="37岁" <%If (Not isNull(rs("年龄"))) Then If ("37岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>37岁</option>
                <option value="38岁" <%If (Not isNull(rs("年龄"))) Then If ("38岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>38岁</option>
                <option value="39岁" <%If (Not isNull(rs("年龄"))) Then If ("39岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>39岁</option>
                <option value="40岁" <%If (Not isNull(rs("年龄"))) Then If ("40岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>40岁</option>
                <option value="41岁" <%If (Not isNull(rs("年龄"))) Then If ("41岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>41岁</option>
                <option value="42岁" <%If (Not isNull(rs("年龄"))) Then If ("42岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>42岁</option>
                <option value="43岁" <%If (Not isNull(rs("年龄"))) Then If ("43岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>43岁</option>
                <option value="44岁" <%If (Not isNull(rs("年龄"))) Then If ("44岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>44岁</option>
                <option value="45岁" <%If (Not isNull(rs("年龄"))) Then If ("45岁" = CStr(rs("年龄"))) Then Response.Write("SELECTED") : Response.Write("")%>>45岁</option>

⌨️ 快捷键说明

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