📄 send_error.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>发送错误信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="send_error.asp" method="post"><table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">发送错误信息给管理员</td>
</tr>
<tr>
<td align="center"><font color="#0099FF"><strong><%= Session("error") %></strong></font></td>
</tr>
<tr>
<td align="center"><input type="submit" name="Submit" value="发 送">
<input type="button" name="Submit2" value="取 消" onClick="window.close();"></td>
</tr>
</table>
</form></body>
</html>
<%
Session("error") = null
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -