?? 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 + -