passok.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:
手机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>
- <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>
- <card id="main" title="正在进入。。。" ontimer="admin_index.asp?sb=<%=sb%>">
- <timer value="25"/>
- <p>
- <%
- set rsp=Server.CreateObject("ADODB.Recordset")
- rsppl="select * from Dwap_admin where CStr(id)=1"
- rsp.open rsppl,conn,1,2
- rsp("dwap_new")=now()
- rsp("dwap_ip")=Request.ServerVariables("REMOTE_ADDR")
- rsp.update
- %>
- 保存成功!<br/>
- 本次IP:<%=rsp("dwap_ip")%><br/>
- 时间:<%=rsp("dwap_new")%><br/>
- <a href="admin_index.asp?sb=<%=sb%>">进入管理</a>
- <%
- rsp.close
- set rsp=nothing%>
- <br/>-----------
- <!--#include file="bq.gif"-->
- </p></card></wml>