zdtx.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"-->
- <%dd=usb(request("dd"))
- cz=usb(request("cz"))
- cw=usb(request("cw"))%>
- 每次价格:150钻币<br/>
- <%if myjb<150 then%>
- 您没有足够的钻币<br/>
- <%else%>
- <%if cw<>"" then%>
- 地址不能为空<br/>
- <%end if%>
- <%if len(dd)>5 then%>
- --效果如下--<br/>
- <img src="<%=dd%>" alt="加载头像中。。"/><br/>
- <%end if%>
- ----------<br/>
- 头像地址:<input name='dd"' title='头像地址' value=''/><br/>
- <anchor>预览效果<go href='zdtx.asp?cnscu=<%=cnscu%>&fs=<%=fs%>' method='post' accept-charset='utf-8'>
- <postfield name='dd' value='$(dd)'/>
- </go></anchor><br/>
- <anchor>确定设置<go href='zdtx.asp?cnscu=<%=cnscu%>&fs=<%=fs%>&cz=1' method='post' accept-charset='utf-8'>
- <postfield name='dd' value='$(dd)'/>
- </go></anchor><br/>
- <%if cz="1" then
- dd=usb(request("dd"))
- if dd="" then response.redirect "zdtx.asp?cw=1&cnscu="&cnscu&""
- %>
- <%sql="update cnscu_gr set myjb=myjb-150,grtx='"&dd&"' where cstr(id)="&myid
- conn.Execute(sql)%>
- 设置成功..<br/>
- 请勿刷新,以免重复扣币.<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>