?? admin_error.asp
字號:
<!--#include file=conn.asp-->
<!--#include file=const.asp -->
<%
connclose()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=sitetitle%></title>
<META name="Author" content="木鳥">
<link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
</head>
<body>
<script language="JavaScript">
<!--
function namosw_goto(url, targetstr)
{
if (url == 'backward')
history.back(1);
else if (url == 'forward')
history.forward(1);
else {
if (targetstr == 'blank') {
window.open(url, 'win1');
} else {
var frameobj;
if ((frameobj = eval(targetstr)) != null)
frameobj.location = url;
}
}
}
// -->
</script>
<!--#include file="head.asp"-->
<br>
<table border="0" width="40%" cellspacing="0" cellpadding="10" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center" class="table004">
<tr>
<td width="100%" class="table001">
<p align="center" style="line-height: 200%"><font color="#FF0000"><b>錯誤,無法管理,錯誤
!!!</b></font><br>
<% response.write session("errmsg")
session("errmsg")=""%><br>
請認真核對后重新輸入!!!
<form name="form">
<p align="center">
<input type="button" value="返回前頁" OnClick="namosw_goto('backward')" class="input2" >
</p>
</form>
<p align="center">::: <a href="index.asp">返 回 留 言 首 頁 面</a> :::<br>
</td>
</tr>
</table>
<!--#include file="foot.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -