xipx.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  5. <!--#include file="conn.inc"-->
  6. <!--#include file="cnscu_sb.asp"-->
  7. <wml><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  15. <meta http-equiv="Cache-Control" content="no-Cache"/>
  16. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <%u=usb(request("u"))
  20. if u="" then u="cnscu_lm.asp"
  21. did=usb(request("did"))
  22. if did="" then did="0"%>
  23. <card id="main" title="重新排序" ontimer="<%=u%>?fs=<%=fs%>&amp;sb=<%=sb%>&amp;id=<%=did%>">
  24. <timer value="10"/>
  25. <p>
  26. <%
  27. dim rspx,recordcount,xxx
  28. set rspx=server.CreateObject("adodb.recordset")
  29. sql="select * from wap_lm where lx<>500 and did="&did
  30. rspx.open sql,conn,3,3 
  31. If Not rspx.Eof Then
  32. j=1
  33. do while ((not rspx.EOF) and j <=500000)
  34. rspx("pid")=j
  35. rspx.update
  36. rspx.MoveNext
  37. j=j+1
  38. loop
  39. Else
  40. eer="重新排序失败!可能暂时没有栏目!"
  41. End if
  42. rspx.close
  43. set rspx=Nothing
  44. conn.close
  45. set conn=nothing
  46. %>
  47. <%if eer="" then%>
  48. 重新排序成功!!
  49. <%else%>
  50. <%=eer%>
  51. <%end if%>
  52. <br/>正在返回。。<br/>
  53. ----------<br/>
  54. <a href="wz_sz.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设置</a><br/>
  55. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  56. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  57. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  58. 报时:<%=time%>
  59. </p></card></wml>