sc_tx.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="cnscu_sb.asp"-->
  7. <wml>
  8. <head><%
  9. '====================================================================
  10. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  11. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  12. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  13. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  14. '====================================================================
  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. <%id=usb(request("id"))
  22. cz=usb(request("cz"))%>
  23. <%
  24. set rs=Server.CreateObject("ADODB.Recordset")
  25. rspl="select * from lttx where id="&id
  26. rs.open rspl,conn,1,2
  27. %>
  28. <%if cz="" then%>
  29. 头像编号:<%=id%><br/>
  30. 头像说明:<%=ubb(rs("sm"))%><br/>
  31. 头像价格:<%=ubb(rs("jq"))%><br/>
  32. ----------<br/>
  33. 您确认要删除当前头像?<br/>
  34. <a href="sc_tx.asp?fs=<%=fs%>&amp;sb=<%=sb%>&amp;id=<%=id%>&amp;cz=2">确认删除</a><br/>
  35. <a href="tx_gl.asp?fs=<%=fs%>&amp;sb=<%=sb%>&amp;id=<%=id%>">暂不删除</a><br/>
  36. <%else%>
  37. <%
  38. sql="delete from lttx Where CStr(id)='" & id & "'"
  39.   conn.Execute(sql)
  40. %>
  41. 删除成功<br/>
  42. <%end if%>
  43. ----------<br/>
  44. <a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区设计</a><br/>
  45. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  46. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  47. 报时:<%=time%>
  48. <!--#include file="bq.gif"-->
  49. </p></card></wml>