gmtxcl.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>
  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. <card id="main" title="购买头像" >
  20. <p>
  21. <!--#include file="xxts.asp"-->
  22. <%id=usb(request("id"))
  23. cz=usb(request("cz"))
  24. set rs=Server.CreateObject("ADODB.Recordset")
  25. rspl="select * from lttx where id="&id
  26. rs.open rspl,conn,1,2
  27. if rs.eof then 
  28. response.write("没有该头像啊!")
  29. else
  30. %>
  31. 头像价格:<%=usb(rs("jq"))%>钻币<br/>
  32. ----------<br/>
  33. <img src="<%=usb(rs("tou"))%>" alt="加载效果"/><br/>
  34. ----------<br/>
  35. <%if myjb<rs("jq") then%>
  36. 您没有足够的钱来购买!<br/>
  37. <%elseif grxb<>rs("lb") then%>
  38. 性别不符,无法购买。<br/>
  39. <%else%>
  40. <%sql="update cnscu_gr set myjb=myjb-'"&rs("jq")&"',grtx='"&rs("tou")&"' where cstr(id)="&myid
  41.   conn.Execute(sql)%>
  42. 购买成功,请勿刷新<br/>
  43. 以免重复扣币<br/>
  44. <%end if%>
  45. <%end if%>
  46. ==========<br/>
  47. <a href="xhtx.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">个性秀场</a><br/>
  48. <a href="hy.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">会员中心</a><br/>
  49. <!--#include file="w.asp"-->
  50. </p>
  51. </card>
  52. </wml>