xx_view.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:

手机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. <wml><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <head><meta http-equiv='Cache-Control' content='no-cache'/>
  14. </head>
  15. <card title="查看消息">
  16. <p>
  17. <!--#include file="cnscucsb.asp"-->
  18. <%
  19. dim id
  20. id=request("id")
  21. if id="" then id="0"
  22. bbbid=request("id")
  23. if bbbid="" then bbbid="0"
  24. set objgbrr=Server.CreateObject("ADODB.Recordset")
  25.   ssql="select id,fnr,fid,sid,tou,ftm from tbxx where cstr(id)="&id&" and cstr(sid)="&myid
  26.   objgbrr.open ssql,conn,1,1
  27. if objgbrr.eof then%>
  28. 没有本信息<br/>
  29. <%else
  30. js=objgbrr("fnr")
  31. ffid=objgbrr("fid")
  32. fftm=objgbrr("ftm")
  33. tou=objgbrr("tou")
  34. objgbrr.close
  35. set objgbrr=nothing
  36. set oprs=Server.CreateObject("ADODB.Recordset")
  37.   sqll="select id,nini from cnscu_gr where cstr(id)="&ffid
  38.   oprs.open sqll,conn,1,1
  39. if oprs.eof then
  40. zuoze="1"
  41. Else
  42. zuoze=oprs("nini")
  43. oprs.close
  44. set oprs=nothing
  45. end if
  46. sql="update tbxx set fzt=1 where cstr(id)="&id
  47.   conn.Execute(sql)
  48. %>
  49. 内容:<%if tou<>"1" then%><img src="<%=tou%>" alt="加载表情"/><%end if%><%=ubb2(js)%><br/>
  50. 作者:
  51. <%if zuoze<>"1" then%>
  52. <a href="gr_zl.asp?id=<%=ffid%>&amp;cnscu=<%=cnscu%>"><%=ubb(zuoze)%></a>(ID:<%=ffid%>)
  53. <br/>
  54. 时间:<%=fftm%><br/>
  55. 快速回复:<br/>
  56. <input name="text" title="内容" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
  57. <anchor>确定发送
  58.     <go href="addcl.asp?cnscu=<%=cnscu%>" method="post" accept-charset="utf-8">
  59.         <postfield name="txt" value="$(text)"/>
  60.         <postfield name="lid" value="<%=ubb(ffid)%>"/>
  61.         <postfield name="myid" value="<%=ubb(myid)%>"/>
  62.     </go>
  63. </anchor><br/>
  64. <%end if%>
  65. <%if zuoze="1" then%>
  66. 系统消息<br/>
  67. <%end if%>
  68. <a href="xx_scbt.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>">删除当前信息</a><br/>
  69. **最近消息**<br/>
  70. <%set oprss=Server.CreateObject("ADODB.Recordset")
  71.   sqlls="select top 6 * from tbxx where cstr(sid)="&myid&" and cstr(fid)="&ffid&" and cstr(id)<>"&bbbid&" order by ftm desc"
  72.   oprss.open sqlls,conn,1,1
  73. if oprss.eof then
  74. mmxx="没有了"
  75. else
  76. For i=1 to 6%>
  77. <%=i%><%=zuoze%>:<%=ubb(oprss("fnr"))%><%=ubb(oprss("ftm"))%><br/>
  78. <%oprss.Movenext
  79. if oprss.EOF then Exit for
  80. Next
  81. end if
  82. oprss.close
  83. set oprss=nothing%>
  84. <%end if%>
  85. <a href="xx_list.asp?cnscu=<%=cnscu%>">回到消息中心</a><br/>
  86. <!--#include file="w.asp"-->
  87. </p>
  88. </card>
  89. </wml>