error.asp
来自「网店批发系统,很好很强大,很好很强大很好很强大」· ASP 代码 · 共 24 行
ASP
24 行
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>出错页面</title>
<link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
dim errorMsg
errorMsg = Request.QueryString("errorMsg")
%>
<table width="97%" height="400" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" align="right"><img src="../images/standard_msg_warning_big.gif" width="64" height="64" /></td>
<td width="70%" align="left" style="padding-left:10px;line-height:24px;"><span style="color:#FF6600;font-size:16px;font-weight:bold;"><%=errorMsg%></span><br />
请检查您的操作是否有误,如还有疑问请联系管理员.<br /><a href="#" onclick="history.go(-2)" style="color:#0000FF;text-decoration:underline;">点击返回</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?