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

📄 error.asp

📁 好!由此可以引申出另一快速恢复多系统启动选单的方法:就是利用Ghost克隆工具
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
dim sql
dim rs
dim errorid '错误代号
errorid=request.querystring("errorid")
if errorid="" or errorid<1 then '设置errorid的默认值
errorid=1
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>编辑出错页面!</title>
<style>
a{text-decoration:none}
a{color:#000000}
A:hover {
	TEXT-DECORATION: underline overline
}
td{font-size:9pt}
.stedit { background-color:#cccccc;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; border-color: #333333;font-color:#ffffff;} 
input{font-size:9pt}
body{font-size:9pt}
</style>
<script>
function winpop()
{
window.open("aboutme.asp","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=370,top=0,left=0")
}
</script>
</head>
<body topmargin=0 leftmargin=0 bgcolor=#eeeeee>
<br>
<br>
<%
sql="select * from error where errorid=" & errorid
set rs=conn.execute(sql)
if rs.eof and rs.bof then
else
%>
<table width=460>
<tr><td width=20></td><td><img border=0 src="pic/error.gif"></td><td align=right><a href="help.asp" target="_blank"><img border=0 src="pic/errorhelp.gif"></a></td></tr>
<tr><td colspan=3><hr></td></tr>
<tr><td></td><td colspan=2><%=rs("errormsg")%></td></tr>
<tr><td colspan=3 height=20></td></tr>
<tr><td colspan=3 height=50 align=center><a href="javascript:window.history.go(-1)"><img border=0 src="pic/back.gif"></a></td></tr>
<tr><td colspan=3><hr></td></tr>
</table>
<%
end if
rs.close
%>
<br>
 <table width="460" height="45" cellspacing=0 cellpadding=0> 
  <tr><td align="center" align="center">&copy; 52CM 2001-2002</td></tr> 
  <tr><td align="center" align="center"><hr></td></tr> 
  </table> 
 <br>
</center>
  </body>  
  </html>  

⌨️ 快捷键说明

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