⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error.asp

📁 一份课件,教你怎样制作网站和网页,简单明了,适用与入门的新手
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误信息</title>
<link rel="stylesheet" href="../css/xxyz.css" type="text/css">
</head>

<body>
<table width="760" height="189" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td>&nbsp;</td>
  </tr>
</table>
<table width="760" height="23" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
  <tr>
    <td align="center" valign="middle"><div align="center">
        <% Response.Write Request("info") %>&nbsp;&nbsp;&nbsp; 
    <a href="../index.asp">返回首页</a></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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