x.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. <head><%
  9. '====================================================================
  10. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  11. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  12. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  13. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  14. '====================================================================
  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. y=Month(now)&"" '月
  28. r=Day(now)&"" '日
  29. if len(r)=1 then r="0"&r 
  30. h=hour(now)&"" '时
  31. if len(h)=1 then h="0"&h
  32. m=minute(now)&"" '分
  33. if len(m)=1 then m="0"&m
  34. tt="" & y & "" & r &"" & h &"" & m &""
  35. dim rspx,recordcount,xxx
  36. set rspx=server.CreateObject("adodb.recordset")
  37. sql="select * from cnscu_gr"
  38. rspx.open sql,conn,3,3 
  39. If Not rspx.Eof Then
  40. j=0
  41. do while ((not rspx.EOF) and j <=500000)
  42. rspx("zx")=j
  43. rspx("tjj")=now()
  44. rspx("tj")=tt
  45. rspx.update
  46. rspx.MoveNext
  47. j=j+0
  48. loop
  49. Else
  50. eer="重新排序失败!可能暂时没有栏目!"
  51. End if
  52. rspx.close
  53. set rspx=Nothing
  54. conn.close
  55. set conn=nothing
  56. %>
  57. <%if eer="" then%>
  58. 重新排序成功!!
  59. <%else%>
  60. <%=eer%>
  61. <%end if%>
  62. <br/>正在返回。。<br/>
  63. ----------<br/>
  64. <a href="wz_sz.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设置</a><br/>
  65. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  66. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  67. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  68. 报时:<%=time%>
  69. </p></card></wml>