📄 xx.asp
字号:
<!--#include file="BBSLib.asp"-->
<%
ret = CommandEx("200|1")
if (GetPart(ret(0),1) <> "0") or (GetPart(ret(0),2) = "0") then
CloseWindow
Response.End
end if
%>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>收到信息</title>
<script>
window.resizeTo(260,200);
window.moveTo(1,1);
</script>
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
.TButton { font-family: "宋体"; font-size: 9pt;cursor:hand;width:75px;height:22px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function window_onresize() {
window.resizeTo(260,200);
window.moveTo(screen.width/2-260/2,screen.height/2-200/2);
}
function bGB_onclick() {
window.close();
}
function bGD_onclick() {
fGD = window.open('lyb.asp','fLYB','scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,resizable=yes,left=1,top=1,width=500,height=400');
fGD.opener = window
fGD.opener.close();
}
function bHF_onclick() {
l = screen.width/2-250/2;
t = screen.height/2-200/2;
fFSXX = window.open('fsxx.asp?NC=<%=GetPart(ret(1),1)%>','fFSXX','scrollbar=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,width=250,height=200,left='+l+',top='+t);
fFSXX.opener = window;
}
//-->
</SCRIPT>
</HEAD>
<BODY style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-RIGHT: medium none; BORDER-TOP: medium none" bottommargin =0 topmargin=0 rightmargin=0 leftmargin=0 LANGUAGE=javascript onresize="return window_onresize()">
<form name="fXX">
<table width="260" border="1" cellpadding="0" cellspacing="0" bordercolorlight="#000000" bordercolordark="#ffffff" bordercolor="#ffffff" bgcolor="#F7F7F7" height="176" style="word-break:break-all">
<tr>
<td height="20">
<table class="p9">
<tr>
<td width=80% align=left>
<table width=100% class=p9>
<tr>
<td>
留 言 者:<%=GetPart(ret(1),1)%>
</td>
</tr>
<tr>
<td>
留言时间:<%=GetPart(ret(1),2)%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height=80>
<div class=p9 style="BACKGROUND-COLOR: #ffffff;width:98%;height:100%;overflow:auto;border:1px solid threedshadow">
<%=GetPart(ret(1),3)%>
</div>
</td>
</tr>
<tr>
<td height="30" bgcolor=#CDE1ED>
<div align="center">
<%
if Int(Request.QueryString("NUM")) > 1 then
Response.Write("<input type=button name=bGD value=还有"&(Int(Request.QueryString("NUM"))-1)&"条留言 class=TButton style='BACKGROUND-COLOR: #FF9A31; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: white' LANGUAGE=javascript onclick='return bGD_onclick()'>")
end if
%>
<input type="button" name="bHF" value="回复" class=TButton style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bHF_onclick()">
<input type="button" name="bGB" value="关闭" class=TButton style="BACKGROUND-COLOR: #FFFFEF; BORDER-BOTTOM: buttonhighlight 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; BORDER-TOP: buttonhighlight 1px solid; COLOR: black" LANGUAGE=javascript onclick="return bGB_onclick()">
</div>
</td>
</tr>
</table>
</form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -