📄 message.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!-- #include file="conn/logors.asp" -->
<html>
<head>
<title><%=site_title%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
if request("rediurl")<>"" then
response.Write("<meta http-equiv=refresh content=""5;URL=" & request("rediurl") & """>")
end if
%>
<%=styletext%>
</head>
<DIV class=menuskin id=popmenu
onmouseover="clearhidemenu();highlightmenu(event,'on')" style="Z-INDEX: 100"
onmouseout="highlightmenu(event,'off');dynamichide(event)"></DIV><!--顶部表格-->
<SCRIPT language=JavaScript src="style/main.js"></SCRIPT>
<body>
<table width="750" height="200" align="center" >
<tr>
<td class=TableTitle2 height="97">
<!-- #include file="sitehead.asp" -->
</td>
</tr>
<tr>
<td height="100" valign="top" class="tablebody1">
<% navigation_flag=0 %>
<!-- #include file="func_navigationbar.asp" -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" height="66" valign="top"> <!-- #include file="func_menulist.asp" --></td>
<td valign="top">
<table width="100%" align=center class=tableborder1>
<tr align=center>
<td class=TopLighNav width="100%">状态:<font color=#FF0000><%=request("msginfo")%></font></td>
</tr>
<tr>
<td width="100%" class=tablebody1>
本页面将在5秒后自动返回您编辑的帖子,
<b>您可以选择以下操作: </b><br><ul>
<li><a href="javascript:history.go(-1)">>>上一页</a></li>
<li><a href="<%=request("rediurl")%>">>><%=request("msgurl")%></a></li>
</ul></td></tr></table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- #include file="sitefloor.asp" --> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -