📄 err.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="pageset.asp"-->
<!--#include file="css.asp"-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <!--#include file="top.asp"--> </td>
</tr>
<tr>
<form name="form1" method="post" action="admin2.asp">
<td height="200">
<div align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="31"><img src="images/err.gif" width="31" height="32"></td>
<td width="10"> </td>
<td><b><%=session("err")%></b></td>
</tr>
</table>
<p>
<input type="button" name="Submit" value="返回" onclick='history.back()'>
</p>
</div></td>
</form>
</tr>
<tr>
<td>
<!--#include file="bottom.asp"-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -