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

手机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. <meta http-equiv="Cache-Control" content="no-Cache"/>
  10. <meta http-equiv="Cache-Control" content="max-age=0"/>
  11. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  12. </head>
  13. <card id="main" title="正在进入。。。" ontimer="admin_index.asp?sb=<%=sb%>">
  14. <timer value="25"/>
  15. <p>
  16. <%
  17. set rsp=Server.CreateObject("ADODB.Recordset")
  18. rsppl="select * from Dwap_admin where CStr(id)=1"
  19. rsp.open rsppl,conn,1,2
  20. rsp("dwap_new")=now()
  21. rsp("dwap_ip")=Request.ServerVariables("REMOTE_ADDR")
  22. rsp.update
  23. %>
  24. 保存成功!<br/>
  25. 本次IP:<%=rsp("dwap_ip")%><br/>
  26. 时间:<%=rsp("dwap_new")%><br/>
  27. <a href="admin_index.asp?sb=<%=sb%>">进入管理</a>
  28. <%
  29. rsp.close
  30. set rsp=nothing%>
  31. <br/>-----------
  32. <!--#include file="bq.gif"-->
  33. </p></card></wml>