x.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscu_sb.asp"-->
- <wml>
- <head><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
- </head>
- <%u=usb(request("u"))
- if u="" then u="cnscu_lm.asp"
- did=usb(request("did"))
- if did="" then did="0"%>
- <card id="main" title="重新排序" ontimer="<%=u%>?fs=<%=fs%>&sb=<%=sb%>&id=<%=did%>">
- <timer value="10"/>
- <p>
- <%
- y=Month(now)&"" '月
- r=Day(now)&"" '日
- if len(r)=1 then r="0"&r
- h=hour(now)&"" '时
- if len(h)=1 then h="0"&h
- m=minute(now)&"" '分
- if len(m)=1 then m="0"&m
- tt="" & y & "" & r &"" & h &"" & m &""
- dim rspx,recordcount,xxx
- set rspx=server.CreateObject("adodb.recordset")
- sql="select * from cnscu_gr"
- rspx.open sql,conn,3,3
- If Not rspx.Eof Then
- j=0
- do while ((not rspx.EOF) and j <=500000)
- rspx("zx")=j
- rspx("tjj")=now()
- rspx("tj")=tt
- rspx.update
- rspx.MoveNext
- j=j+0
- loop
- Else
- eer="重新排序失败!可能暂时没有栏目!"
- End if
- rspx.close
- set rspx=Nothing
- conn.close
- set conn=nothing
- %>
- <%if eer="" then%>
- 重新排序成功!!
- <%else%>
- <%=eer%>
- <%end if%>
- <br/>正在返回。。<br/>
- ----------<br/>
- <a href="wz_sz.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站设置</a><br/>
- <a href="cnscu_lm.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站设计</a><br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="../index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
- 报时:<%=time%>
- </p></card></wml>