www.gusucode.com > QCMS小型网站管理系统 1.4 SP1 UTF-8 ACCESS源码程序 > admin/err.asp

    <!--#include file="../inc/utf.asp"-->
<!--#include file="../inc/conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<%=q_Charset%>" />
<title>无标题文档</title>
<link rel=stylesheet href="styles/advanced/style.css" />
</head>

<body>
<br><br><br><br><center>
<%
response.Write("<a href='index.asp' target='_top'>验证错误,请重新登陆</a>")
%></center>
</body>
</html>