📄 ckxx_view.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<wml>
<head><meta http-equiv='Cache-Control' content='no-cache'/>
</head>
<card title="查看消息">
<p>
<!--#include file="66hcsb.asp"-->
<%
dim id
id=request("id")
set objgbrr=Server.CreateObject("ADODB.Recordset")
ssql="select id,fnr,fid,sid from tbxx where cstr(id)="&id&" and cstr(fid)="&myid
objgbrr.open ssql,conn,1,1
if objgbrr.eof then%>
没有本信息<br/>
<%else
js=objgbrr("fnr")
ffid=objgbrr("sid")
objgbrr.close
set objgbrr=nothing
set oprs=Server.CreateObject("ADODB.Recordset")
sqll="select id,nini from 66hc_gr where cstr(id)="&ffid
oprs.open sqll,conn,1,1
if oprs.eof then
zuoze="1"
Else
zuoze=oprs("nini")
oprs.close
set oprs=nothing
end if
%>
内容:<%=ubb(js)%><br/>
目的地:
<%if zuoze<>"1" then%>
<a href="gr_zl.asp?id=<%=ffid%>&glsb=<%=glsb%>"><%=zuoze%></a>
<%end if%>
<%if zuoze="1" then%>
系统消息<br/>
<%end if%>
<br/>************<br/>
<%end if%>
<a href="xx_list.asp?glsb=<%=glsb%>">回到消息中心</a><br/>
<!--#include file="w.asp"-->
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -