zdtx.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. <%dd=usb(request("dd"))
  23. cz=usb(request("cz"))
  24. cw=usb(request("cw"))%>
  25. 每次价格:150钻币<br/>
  26. <%if myjb<150 then%>
  27. 您没有足够的钻币<br/>
  28. <%else%>
  29. <%if cw<>"" then%>
  30. 地址不能为空<br/>
  31. <%end if%>
  32. <%if len(dd)>5 then%>
  33. --效果如下--<br/>
  34. <img src="<%=dd%>" alt="加载头像中。。"/><br/>
  35. <%end if%>
  36. ----------<br/>
  37. 头像地址:<input name='dd"' title='头像地址' value=''/><br/>
  38. <anchor>预览效果<go href='zdtx.asp?cnscu=<%=cnscu%>&amp;fs=<%=fs%>' method='post' accept-charset='utf-8'>
  39. <postfield name='dd' value='$(dd)'/>
  40. </go></anchor><br/>
  41. <anchor>确定设置<go href='zdtx.asp?cnscu=<%=cnscu%>&amp;fs=<%=fs%>&amp;cz=1' method='post' accept-charset='utf-8'>
  42. <postfield name='dd' value='$(dd)'/>
  43. </go></anchor><br/>
  44. <%if cz="1" then
  45. dd=usb(request("dd"))
  46. if dd="" then response.redirect "zdtx.asp?cw=1&cnscu="&cnscu&""
  47. %>
  48. <%sql="update cnscu_gr set myjb=myjb-150,grtx='"&dd&"' where cstr(id)="&myid
  49.   conn.Execute(sql)%>
  50. 设置成功..<br/>
  51. 请勿刷新,以免重复扣币.<br/>
  52. <%end if%>
  53. <%end if%>
  54. ==========<br/>
  55. <a href="xhtx.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">个性秀场</a><br/>
  56. <a href="hy.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">会员中心</a><br/>
  57. <!--#include file="w.asp"-->
  58. </p>
  59. </card>
  60. </wml>