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

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 info2 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>
  19.       </td>
  20.     </tr>
  21.     <tr> 
  22.       <TD WIDTH="21%" height="12"> 
  23.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>标题:</DIV>
  24.       </TD>
  25.       <td width="79%" height="12"> 
  26.         <input name="title" type="text" id="title" value="<%=rs2("title")%>" size="50">
  27.         <select name="wz" id="wz">
  28.           <option value="计费系统(ABS)" <%if rs2("wz")="计费系统(ABS" then response.write "selected='selected'" %> >计费系统(ABS)</option>
  29.           <option value="AVSManager" <%if rs2("wz")="AVSManager" then response.write "selected='selected'" %> >AVSManager</option>
  30.           <option value="远程管理软件" <%if rs2("wz")="远程管理软件" then response.write "selected='selected'" %> >远程管理软件</option>
  31.           <option value="工具类" <%if rs2("wz")="工具类" then response.write "selected='selected'" %> >工具类</option>
  32.           <option value="其他软件下载" <%if rs2("wz")="其他软件下载" then response.write "selected='selected'" %> >其他软件下载</option>
  33.         </select>      </td>
  34.     </tr>
  35.     <tr> 
  36.       <TD WIDTH="21%" height="12"> 
  37.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>文件名:</DIV>
  38.       </TD>
  39.       <td width="79%" height="12"> 
  40.         <input name="pic" type="text" id="title" value="<%=rs2("pic")%>" size="50">
  41.       </td>
  42.     </tr>
  43.     <tr> 
  44.       <TD WIDTH="21%" height="25"> 
  45.         <DIV ALIGN="center"> <FONT COLOR="#FF0000">*</FONT> 信息:</DIV>
  46.       </TD>
  47.       <td width="79%" height="25">
  48.         <input name="content" type="hidden" id="content" value="<%=replace(rs2("content"),"""","")%>">
  49.         <IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?id=content&style=s_light" FRAMEBORDER="0" SCROLLING="no" WIDTH="630" HEIGHT="420"></IFRAME></td>
  50.     </tr>
  51.     <tr> 
  52.       <td height="25" colspan="2"> 
  53.         <div align="center"> 
  54.           <input type="submit" name="Submit2" value="修改">
  55.           <input name="button" type="button" onClick="history.go(-1)" value="取消">
  56.           <input type="hidden" name="operation" value="edit">
  57.           <input type="hidden" name="id" value="<%=request("checkbox")%>">
  58.         </div>
  59.       </td>
  60.     </tr>
  61.   </table>
  62.   <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center" height="34"> 
  63. <tr> <td> <div align="center">说明:<font color="#FF0000">*</font> 为必须填写的内容</div></td></tr> 
  64. </table></form>
  65.   <script language="JavaScript" src="../../Inc/func.js">
  66. </script>
  67. <script>
  68. //ClassSelect(form1.classid,"<%=rs2("classid")%>");
  69. //ClassSelect(form1.nclassid,"<%=rs2("nclassid")%>");
  70. </script>
  71. <%
  72. call COCLS
  73. %>