?? netbookre.asp
字號(hào):
<!--#include file="Inc/Conn.asp"-->
<%'If Session("UserName")="" Then
'response.redirect"Server.asp"
'end if
name=request.querystring("name")
id=request.querystring("id")
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From book where id="&id, conn,3,3
'if rs("name")<>name then
'response.redirect "message_list.asp"
'end if
%>
<html>
<head>
<title>公司企業(yè)企業(yè)網(wǎng)站管理系統(tǒng)</title>
<meta name="Author" content="heweiqun">
<meta name="Contact" content="hdz2009@263.com">
<meta name="Copyright" content="www.idc.net">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="mt_style.css" rel="stylesheet" type="text/css">
<body bgcolor="#D9D9D9" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<TABLE width=48% height="400" align="center" cellPadding=4 cellSpacing=1 bgColor=#666666>
<TBODY>
<TR vAlign=top bgColor=#eeeeee>
<TD width="100%" height="1" bgcolor="#999999">
<%if rs("name")="管理員" then%>
<font color="#FFFFFF">『公告標(biāo)題』:</font>
<%else%>
<font color="#FFFFFF">『您的留言標(biāo)題』:</font>
<%end if%><font color="#006699"><%=rs("title")%></font>
</TD>
</TR>
<TR vAlign=top bgColor=#eeeeee>
<TD width="100%" height="366">
<%if rs("name")="管理員" then%>
管理員公告:
<%else%>
您的留言內(nèi)容:
<%end if%>
<div align="center">
<center>
<table border="0" width="98%" cellpadding="2">
<tr>
<td width="100%"> <%=rs("content")%> </td>
</tr>
</table>
</center>
<p align="right">(時(shí)間:<%=rs("time")%>) </div>
<div align="center">
<center>
<table border="0" width="98%" cellpadding="2">
<tr>
<td width="100%">
<%If rs("rebook")<>"" then%>
<hr size="1"> <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><b>給您的回復(fù)</b></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> </p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font color="#FF0000">
<%=rs("rebook")%>
<%else if rs("name")<>"管理員" Then%>
我們的工作人員還未回復(fù)您的留言,請(qǐng)耐心等待!
<%end if%>
<%End If%>
</font></p></td>
</tr>
</table>
</center>
</div></TD>
</TR>
<TR bgColor=#eeeeee>
<TD width="530" height="26" bgcolor="#999999"><div align="center"> <a href="message_list.asp">返回</a>
</div></TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -