ROOM_qkhy.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><meta http-equiv='Cache-Control' content='no-cache'/>
  15. </head>
  16. <card title="清空聊天室">
  17. <p>
  18. <%ltid=usb(request("ltid"))
  19. cz=usb(request("cz"))
  20. idpp=usb(request("idpp"))
  21. idp=usb(request("idp"))
  22. if idp<>""  then iiii=idp
  23. if idp=""  then iiii=idpp
  24. %>
  25. 清除谁的发言<br/><%
  26. response.write "<select name='idp'><option>以输入框为准</option>"
  27. set rsez=server.createobject("ADODB.Recordset")
  28. aqlz="select nini,id from cnscu_gr where cstr(z)="&ltid&" order by id desc"
  29. rsez.open aqlz,conn,1,2
  30. z=1
  31. do while not rsez.eof
  32.  dim nini
  33. nam=rsez("nini")
  34. if len(nam)>8 then nam=left(nam,8)
  35. Response.write "<option value='"&ubb(rsez("id"))&"'>" & ubb(nam) & "</option>"
  36. z=z+1
  37. rsez.movenext
  38. loop
  39. rsez.close
  40. set rsez=nothing
  41. Response.write "</select>"%><br/>
  42. ID:<input name="idpp" emptyok="true" value=""/><br/>
  43. <anchor title="确定提交">[确定提交]
  44. <go href="ROOM_qkhy.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;cz=1" method="post" accept-charset='utf-8'>
  45. <postfield name="idpp" value="$(idpp)"/>
  46. <postfield name="idp" value="$(idp)"/>
  47. </go>
  48. </anchor><br/>
  49. <%if cz<>"" then%>
  50. <%
  51. sql="delete from ltid Where CStr(fid)='" & iiii & "'"
  52.   conn.Execute(sql)
  53. %>
  54. 清除成功。。
  55. <%end if%>
  56. <br/>**********<br/>
  57. <a href="ROOM.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">返回聊天</a>|
  58. <a href="index.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">社区首页</a>
  59. </p>
  60. </card>
  61. </wml>