ROOM_sx.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="cnscucsb.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><meta http-equiv='Cache-Control' content='no-cache'/>
  15. </head>
  16. <card title="设置刷新时间">
  17. <p>
  18. <%ltid=usb(request("ltid"))
  19. cz=usb(request("cz"))
  20. idpp=usb(request("idpp"))
  21. idp=usb(request("idp"))
  22. %>
  23. <input name="idpp" emptyok="true" value=""/>/秒<br/>
  24. <anchor title="确定提交">[确定提交]
  25. <go href="ROOM_sx.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;cz=1" method="post" accept-charset='utf-8'>
  26. <postfield name="idp" value="$(idp)"/>
  27. </go>
  28. </anchor><br/>
  29. <%if cz<>"" then%>
  30. <%
  31. sql="update ltlb set sxsj="&idp&" where cstr(id)="&ltid
  32.   conn.Execute(sql)
  33. %>
  34. 设置<%=idp%>秒自动刷新成功。。
  35. <%end if%>
  36. <br/>**********<br/>
  37. <a href="ROOM.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">返回聊天</a>|
  38. <a href="index.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">社区首页</a>
  39. </p>
  40. </card>
  41. </wml>