error.asp
来自「这是我做的毕业设计,企业管理系统.ASP连接SQL数据库,基本功能已经实现」· ASP 代码 · 共 25 行
ASP
25 行
<%info=trim(request("info"))%>
<html>
<head>
<title>信息-出错!</title>
<meta http_equiv="content_type"content="text/html;charset=gb2312">
</head>
<body bgcolor="#abbaaa" text="#000000" topmargin="5">
<table>
<tr>
<td> </td><td> </td>
</tr>
</table>
<font color="red" size="6">出错啦!</font>
<hr width="100%" noshade size="1" color="red">
<table width="100%" border="0" cellspacing="0" align="center" >
<td align="center" ><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="topic"><font face="courier new ,courier,mono"><b><font color="red" size="4" width="100%"
align="center" ><%=info%></td>
</tr>
</table>
<body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?