gmtx.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="cnscucsb.asp"-->
- <wml><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <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="购买头像" >
- <p>
- <!--#include file="xxts.asp"-->
- <%id=usb(request("id"))
- cz=usb(request("cz"))
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from lttx where id="&id
- rs.open rspl,conn,1,2
- if rs.eof then
- response.write("没有该头像啊!")
- else
- %>
- 头像价格:<%=usb(rs("jq"))%>钻币<br/>
- ----------<br/>
- <img src="<%=usb(rs("tou"))%>" alt="加载效果"/><br/>
- ----------<br/>
- <%if myjb<rs("jq") then%>
- 您没有足够的钱来购买!<br/>
- <%elseif grxb<>rs("lb") then%>
- 性别不符,无法购买。<br/>
- <%else%>
- 您确认购买?<br/>
- <a href="gmtxcl.asp?cnscu=<%=cnscu%>&id=<%=id%>">我要买</a>|<a href="xztx.asp?cnscu=<%=cnscu%>&id=<%=rs("lb")%>">再看看</a><br/>
- <%end if%>
- <%end if%>
- ==========<br/>
- <a href="xhtx.asp?cnscu=<%=cnscu%>&ltid=<%=ltid%>">个性秀场</a><br/>
- <a href="hy.asp?cnscu=<%=cnscu%>&ltid=<%=ltid%>">会员中心</a><br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>