📄 errorpage.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ErrorPage.aspx.cs" Inherits="ErrorPage" %>
<!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 runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="width: 467px; height: 100px">
<table cellpadding="3" cellspacing="5" width="410">
<tr>
<td align="left" valign="center" width="360">
<span style="color: red">抱歉,可能内部程序错误,请与管理员联系<span style="color: #ff0033">!!</span></span><span
style="color: #ff0033">!<br />
</span>
</td>
</tr>
<tr>
<td colspan="2" width="400">
<font style="font: 9pt/11pt 宋体; color: #000000">试图访问的网页出现问题,无法显示。</font></td>
</tr>
<tr>
<td colspan="2" width="400">
<font style="font: 9pt/11pt 宋体; color: #000000">
<hr color="#c0c0c0" noshade="noshade" />
<p>
请尝试执行下列操作:</p>
<ul>
<li>打开
<script>
<!--
if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
{
Homepage();
}
//-->
</script>
<a href=""><span style="color: #ff0000; text-decoration: underline">file://</span></a>
主页,然后查找与所需信息相关的链接。 </li>
<li>单击<a href="javascript:location.reload()"><span style="color: #ff0000; text-decoration: underline">刷新</span></a>按钮,或稍后重试。<br />
</li>
</ul>
<h2 style="font: 9pt/11pt 宋体; color: #000000">
HTTP 错误 500 - 内部服务器错误<br />
Internet 信息服务</h2>
<hr color="#c0c0c0" noshade="noshade" />
<p>
</p>
</font>
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -