tj_tx.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机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="cnscu_sb.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>
- <%id=dlubb(request("id"))
- cz=dlubb(request("cz"))
- xb=dlubb(request("xb"))
- if xb="" then xb="1"
- cw=dlubb(request("cw"))
- nam=dlubb(request("nam"))%>
- <%if cw="1" then%>
- 头像说明不能为空<br/>
- <%elseif cw="2" then%>
- 头像地址不能为空<br/>
- <%elseif cw="3" then%>
- 库中已经有该头像地址了<br/>
- <%end if%>
- <%if cz="" then%>
- 所属类别:<select name='lb' value='<%=xb%>'><br/>
- <option value="1">男性</option>
- <option value="2">女性</option>
- <option value="3">保密</option>
- </select><br/>
- 头像地址:<input name='dd"' title='头像地址' value=''/><br/>
- 头像说明:<input name='sm"' title='头像说明' value=''/><br/>
- 头像价格:<input name='jq"' title='头像价格' value='0'/><br/>
- <anchor>确认添加<go href='tj_tx.asp?sb=<%=sb%>&xb=<%=xb%>&fs=<%=fs%>&cz=1' method='post' accept-charset='utf-8'>
- <postfield name='sm' value='$(sm)'/>
- <postfield name='dd' value='$(dd)'/>
- <postfield name='jq' value='$(jq)'/>
- <postfield name='lb' value='$(lb)'/>
- </go></anchor><br/>
- <%elseif cz="1" then%>
- <%dd=usb(request("dd"))
- sm=usb(request("sm"))
- xb=usb(request("xb"))
- lb=usb(request("lb"))
- jq=usb(request("jq"))
- '----识别错误并跳转-----
- if sm="" then response.redirect "tj_tx.asp?sb="&sb&"&cw=1&ok="&lx&""
- if dd="" then response.redirect "tj_tx.asp?sb="&sb&"&cw=2&ok="&lx&""
- '---开始增加----
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from lttx order by id asc"
- rs.open rspl,conn,1,2
- if dd=rs("tou") then response.redirect "tj_tx.asp?sb="&sb&"&cw=3&ok="&lx&""
- rs.addnew
- if dd<>"" then rs("tou")=dd
- if sm<>"" then rs("sm")=sm
- if jq<>"" then rs("jq")=jq
- if lb<>"" then rs("lb")=lb
- rs.update
- '---关闭数据----
- rs.close
- set rs=nothing%>
- 添加成功。。。<br/>
- <a href="tj_tx.asp?xb=<%=xb%>&sb=<%=sb%>">继续添加</a><br/>
- <%end if%>
- ----------<br/>
- <a href="txgl.asp?fs=<%=fs%>&sb=<%=sb%>">返回头像管理</a><br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="../index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
- 报时:<%=time%>
- </p></card></wml>