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

📄 en_netbookre.asp

📁 此系统都是基于ASP+ACCESS技术开发的电子商务平台,属于全自动化、全智能的在线方式管理、维护、更新的网站管理系统。此系统直接上传到你的网站空间就可以使用了
💻 ASP
字号:
<!--#include file="Inc/Conn.asp"-->
<%
'=================================
'
'  冠龙网络科技有限公司
'  网址:http://www.glgk.com
'  电话 :0573-2123665
'  信箱:webmaster@glgk.com
'  QQ:53180986
'
'=================================
%>
<%If Session("UserName")="" Then
response.redirect"En_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 "En_NetBook.asp"
end if
%>
<html>
<head>
<title>∷<%=BsEnCompanyName%>∷</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Author" content="Apollo">
<meta name="Contact" content="kickball@netease.com">
<meta name="Copyright" content="LkStar">
<meta name="Keywords" content="Bossi Net Maintain,BOSSI company(enterprises) Website administrative system">
<meta name="Description" content="Bossi Net Maintain,BOSSI company(enterprises) Website administrative system">
<link href="Inc/Css.css" rel="stylesheet" type="text/css">
<body bgcolor="#D9D9D9" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<TABLE width="600" height="380" align="center" cellPadding=4 cellSpacing=1 bgColor=#666666>

	<TR vAlign=top bgColor=#eeeeee> 
		<TD  width="100%" height="1" bgcolor="#999999"> 
<%if rs("name")="管理员" then%>
<font color="#FFFFFF">『announcement title』:</font> 
<%else%>
<font color="#FFFFFF">『Your message title』:</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%>
Website announcement: 
<%else%>
Your message content: 
<%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">(Time:<%=rs("time")%>) </div>
			<div align="center"> 
			<center>
			<table border="0" width="98%" cellpadding="2">
				<tr> 
					<td width="100%">&nbsp; 
<%If rs("rebook")<>"" then%>
<hr size="1"> <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><b>Reply given to you</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"><b><%=Session("UserName")%> howdy:</b></font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font color="#FF0000">&nbsp;&nbsp;&nbsp; 
<%=rs("rebook")%> 
<%else if rs("name")<>"管理员" Then%>
Our staff members have not replied your message yet, has asked to wait patiently ! 
<%end if%>
<%End If%>
&nbsp;</font></p></td>
				</tr>
			</table>
			</center>
			</div>
		</TD>
	</TR>
	<TR bgColor=#eeeeee> 
		<TD  width="530" height="26" bgcolor="#999999"><div align="center"
><input type="button" value="Close" name="B5" onClick="window.close();" style="font-size: 9pt"></div></TD>
	</TR>

</TABLE>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -