xx_grszcl.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'/>
- </head>
- <card title="定制成功。。">
- <p>
- <!--#include file="xxts.asp"-->
- <%
- name=request("name")
- lll=request("lll")
- ssbb=request("sbsb")
- if clng(lll)<"1" then cccww="修改失败,帖子数量太小"
- if clng(ssbb)<"200" then cccww="修改失败,帖子分页字数太小"
- if lll="" or ssbb="" then response.redirect "xx_grsz.asp?cnscu="&cnscu&"&cw=1"
- set rspx=Server.CreateObject("ADODB.Recordset")
- ssql="select * from cnscu_gr where cstr(id)="&myid
- rspx.open ssql,conn,1,3
- If not rspx.Eof Then
- else
- cccww="修改失败!,无此会员"
- End if
- if cccww="" then
- if lll<>"" then rspx("lll")=lll
- if ssbb<>"" then rspx("ssbb")=ssbb
- rspx.update
- rspx.close
- set rspx=Nothing%>
- <%end if%>
- <%if cccww="" then%>
- 定制成功。。。<br/>
- <%else%>
- <%=cccww%><br/>
- <%end if%>
- +++++++++<br/>
- <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a><br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>