error.asp

来自「1、改进了数据库的md5加密算法。 2、可自主设置每页显示的页数。 3、加强了回」· ASP 代码 · 共 47 行

ASP
47
字号
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>错误说明</title>
<STYLE type="text/css">
<!--
td {  font-family: "Verdana", "Arial"; font-size: 12px; color: #333333
}
a:link {
	font-size: 10pt;
	color: 000000;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
--></STYLE>
</head>

<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#ffffff >

<div align="center">
  <center>
  <table border="0" width="265" height="129" cellspacing="1" cellpadding="0" bgcolor="#C0C0C0">
    <tr>
      <td width="265" height="22" bgcolor="#F5F5F5"><b>&nbsp;错 误 提 示</b></td>
    </tr>
    <tr>
      <td width="265" height="78" valign="top" bgcolor="#FFFFFF" style="padding:4px"><%=session("wrong")%></td>
    </tr>
    <tr>
      <td width="245" height="22" valign="middle" bgcolor="#FFFFFF">
        <p align="center"><a href="#" onclick=history.go(-1)>返回上一页</a></td>
    </tr>
  </table>
  </center>
</div>
<%session("wrong")=""%>
<%Session("ifclose")=""%>
</body>

</html>

⌨️ 快捷键说明

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