sort.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:2k
源码类别:

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="users.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="../md5.asp" -->
  4. <!--#include file="cookies.asp" -->
  5. <%
  6. if rs4("boolAllSort")=False then
  7. Response.Redirect "index.asp"
  8. end if
  9. end if
  10. rs.close
  11. set rs=nothing
  12. end if
  13. %>
  14. <!--#include file="function.asp" -->
  15. <!--#include file="code.asp" -->
  16. <!--#include file="first.asp" -->
  17. <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
  18. <tr>
  19. <td width=185 valign=top>
  20. <!--#include file="inc.asp" -->
  21. </td>
  22. <td width=550 valign=top><%
  23. select case request("post")
  24. case "del"
  25. sort_del()
  26. case "edit"
  27. sort_edit1()
  28. case "save"
  29. sort_save()
  30. case else
  31. %>
  32. <table border="0" width="100%" cellspacing="0" cellpadding="3">
  33.   <tr>
  34.     <td width="100%" align="center" class=shadow2><b>--==分类管理==--</b><BR><BR></td>
  35.   </tr>
  36.   <tr>
  37. <form method="POST" action="sort.asp?post=save">
  38.     <td width="100%">添加大类: <input type="text" name="big" size="15" style="background-color: #F3F3F3; border: 1 solid #000000"> 
  39.       <input type="submit" value="提交" name="sub" style="background-color: #F3F3F3; border: 1 solid #000000" onclick="{if(big.value.length<1){alert('大类的名字不能为空');big.focus();return (false);}}"></td></form>
  40.   </tr>
  41.   <tr>
  42. <form method="POST" action="sort.asp?post=save">
  43.     <td width="100%">添加小类: <input type="text" name="sort" size="15" style="background-color: #F3F3F3; border: 1 solid #000000"> 
  44.       所属大类: <select size="1" name="bigid" style="background-color: #F3F3F3; border: 1 solid #000000"><%sort_sbig()%>
  45.       </select> <input type="submit" value="提交" name="sub" style="background-color: #F3F3F3; border: 1 solid #000000" onclick="{if(sort.value.length<1){alert('小类的名字不能为空');sort.focus();return (false);}}"><BR><BR></td></form>
  46.   </tr>
  47.   <tr>
  48.     <td width="100%">
  49.       <div align="left">
  50.         <table border="0" width="90%" cellspacing="1" cellpadding="3"><%sort_show()%>
  51.         </table>
  52.       </div>
  53.     </td>
  54.   </tr>
  55. </table>
  56. <%end select%>
  57. </td>
  58. </tr>
  59. </table>
  60. <br><hr width=735>
  61. <center>
  62. </center>
  63. </body>
  64. </html>