List_Edit.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:4k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <!--#include file="../../inc/conn.asp"-->
  2. <LINK REL="stylesheet" HREF="../images/style.css" TYPE="text/css"> <META content="text/html;charset=gb2312" http-equiv="Content-Type">
  3. <%
  4. Dim rs2
  5. set rs2=conn.execute("select * from info3 where id="&request("checkbox"))
  6. %>
  7. <style type="text/css">
  8. <!--
  9. .style1 { color: #FFFFFF;
  10. font-weight: bold;
  11. }
  12. -->
  13. </style>
  14. <form name="form1" method="post" action="List_Save.asp" enctype="multipart/form-data">
  15.   <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight="#000000">
  16.     <tr bgcolor="#23458B"> 
  17.       <td height="25" colspan="2"> 
  18.         <div align="center" class="style1"><b><font color="#FFFFFF">信息修改</font></b></div>      </td>
  19.     </tr>
  20.     <tr> 
  21.       <TD WIDTH="21%" height="6"> 
  22.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>姓名:</DIV>      </TD>
  23.       <td width="79%" height="6"> 
  24.         <input name="title" type="text" id="title" value="<%=rs2("title")%>" size="50">      </td>
  25.     </tr>
  26.     <tr>
  27.       <TD WIDTH="21%" height="6"><div align="center"><font color="#FF0000">* </font>密码:</div></TD>
  28.       <td height="6"><input name="pw" type="text" id="pw" value="<%=rs2("pw")%>" size="50" /></td>
  29.     </tr>
  30.     <tr> 
  31.       <TD WIDTH="21%" height="12"> 
  32.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>地址:</DIV>      </TD>
  33.       <td width="79%" height="12"><input name="title2" type="text" id="title2" value="<%=rs2("title2")%>" size="50" /></td>
  34.     </tr>
  35.     <tr> 
  36.       <TD WIDTH="21%" height="0"> 
  37.         <DIV ALIGN="center"> <FONT COLOR="#FF0000">*</FONT> 身份证号:</DIV>      </TD>
  38.       <td width="79%" height="12"><input name="title3" type="text" id="title3" value="<%=rs2("title3")%>" size="50" /></td>
  39.     </tr>
  40.     <tr>
  41.       <TD WIDTH="21%" height="0" valign="top"><div align="center"><font color="#FF0000">*</font> 固定电话:</div></TD>
  42.       <td height="13"><input name="title4" type="text" id="title4" value="<%=rs2("title4")%>" size="50" /></td>
  43.     </tr>
  44.     <tr>
  45.       <TD WIDTH="21%" height="0" valign="top"><div align="center"><font color="#FF0000">*</font> 手机:</div></TD>
  46.       <td height="25"><input name="title5" type="text" id="title5" value="<%=rs2("title5")%>" size="50" /></td>
  47.     </tr>
  48.     <tr>
  49.       <TD WIDTH="21%" height="0" valign="top"><div align="center"><font color="#FF0000">*</font> QQ:</div></TD>
  50.       <td height="25"><input name="title6" type="text" id="title6" value="<%=rs2("title6")%>" size="50" /></td>
  51.     </tr>
  52.     <tr>
  53.       <TD WIDTH="21%" height="25" valign="top"><div align="center"><font color="#FF0000">*</font> 备注:</div></TD>
  54.       <td height="25"><textarea name="title7" cols="50" rows="8" id="title7"><%=rs2("title7")%></textarea></td>
  55.     </tr>
  56.     <tr> 
  57.       <td height="25" colspan="2"> 
  58.         <div align="center"> 
  59.           <input type="submit" name="Submit2" value="修改">
  60.           <input name="button" type="button" onClick="history.go(-1)" value="取消">
  61.           <input type="hidden" name="operation" value="edit">
  62.           <input type="hidden" name="id" value="<%=request("checkbox")%>">
  63.         </div>      </td>
  64.     </tr>
  65.   </table>
  66.   <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center" height="34"> 
  67. <tr> <td> <div align="center">说明:<font color="#FF0000">*</font> 为必须填写的内容</div></td></tr> 
  68. </table></form>
  69.   <script language="JavaScript" src="../../Inc/func.js">
  70. </script>
  71. <script>
  72. //ClassSelect(form1.classid,"<%=rs2("classid")%>");
  73. //ClassSelect(form1.nclassid,"<%=rs2("nclassid")%>");
  74. </script>
  75. <%
  76. call COCLS
  77. %>