📄 detailmsg.asp
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="ip.asp"-->
<html>
<head>
<title> 《<%=request.cookies("userid")%>》--短消息信息--
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/style.css" type=text/css rel=stylesheet>
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<SCRIPT language=javascript>
<!--
var state=0
window.resizeTo(370,320);
window.moveTo((screen.width-450)/2, (screen.height-300)/2);
//-->
</SCRIPT>
<body bgcolor=000000 leftmargin="0" topmargin="5" marginwidth="0" marginheight="0" oncontextmenu="return false" onselectstart="return false"
ondragstart="return false" onLoad="javascript:window.focus();" >
<%dim MsgId,userID
MsgId=clng(request.QueryString("MsgId"))
userID=clng(request.QueryString("userID"))
set msgRS=server.CreateObject("adodb.recordset")
msgRS.open "select * from UserMsg where userID="&userID&" and MsgId="&MsgId,conn,1,3
if msgRS.eof then
response.write "对不起,此信息不存在或者已被删除"
else
msgRS("readle")=true
msgRS.update
%>
<TABLE width=350 border=0 align="center" cellPadding=0 cellSpacing=0>
<form name="formmsg" method="post" action="msgSave.asp">
<TR>
<TD align="center" class="title" background="images/mixtop.gif" width="350" height="43"><font color=ffffff size=2><b>香帅影视网→短信通知</b></font></TD>
</TR>
<TR>
<TD height="27" align="center" background="images/mediatop2.gif" class="title"><b>消息主题:<%=trim(msgRS("infoName"))%></b></TD>
</TR>
<TR>
<TD valign="top" background="images/mixmediabg.gif"> <table width="90%" border="0" align="center">
<tr>
<tr>
<td bgcolor=fff000 align="center">消息内容如下:<br><textarea name="rvcontent" cols="40" rows="5" class="text" id="form4" style="background-color: #EEFFAD"><%=trim(msgRS("MsgContent"))%></textarea><br>发送用户:盗帅楚留香<br>收到时间:<%=year(msgRS("sendtime"))&"年"&month(msgRS("sendtime"))&"月"&day(msgRS("sendtime"))&"日"
%><br><br>
<input type="button" name="Submit2" class="button1" value="回 复 短 消 息" onclick="javascript:location.href='sendadmin.asp';"> <input name="Submit" type="button" onclick=javascript:self.close() class="button1" value="关 闭 本 窗 口"></td>
</tr>
</table></TD>
</TR>
<tr>
<td><img src="images/mixend.gif" width="350" height="40"></td>
</tr></table>
<%
end if
msgRS.close
set msgRS=nothing%>
</body>
</html>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -