⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 detailmsg.asp

📁 网上流行的MOVE站点
💻 ASP
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="security.asp"-->
<%if session("flag")>1 then
    response.write "<script>alert('您的操作权限不够!');history.back();</script>"
    response.end
end if
%>
<html>
<head>
<title>--短消息管理--</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="../css/style.css" TYPE="text/css">
<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,msgRS
msgID=clng(request.QueryString("msgID"))
set msgRS=server.CreateObject("adodb.recordset")
msgRS.open "select * from adminMsg where 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><font color=ffffff>消息主题:《 <%=trim(msgRS("msgTitile"))%> 》</b></TD>
  </TR>
<TR> 
    <TD valign="top" background="../images/mixmediabg.gif"> <table width="90%" border="0" align="center">
      <tr>
        <td bgcolor=fff000 align="center">消息内容如下:<br><textarea name="rvcontent" cols="40" rows="5" class="text" id="form4" style="background-color: #EEFFAD"><%=trim(msgRS("content"))%></textarea><br>发送用户:<%=trim(msgRS("sendBy"))%><br>收到时间:<%=year(msgRS("sendDay"))&"年"&month(msgRS("sendDay"))&"月"&day(msgRS("sendDay"))&"日"%><br><br>
        <input type="button" name="Submit2" class="button1" value="回 复 短 消 息" onclick="javascript:location.href='senduser.asp?userName=<%=trim(msgRS("sendBy"))%>';">    <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 + -