📄 posterr.asp
字号:
<!--#include file ="conn.asp"-->
<%
errs=Trim(Request("errid"))
errmsg=Trim(Request("errmsg"))
thispage=Trim(Request("thispage"))
if errs="" then response.redirect("index.asp"):response.end%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误信息发送</title>
<link href="../Inc/main.css" rel="stylesheet" type="text/css">
<SCRIPT language="JavaScript" src="Inc/move.js"></SCRIPT>
</head>
<body background="Images/errbg.jpg" leftmargin="0" topmargin="40" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<center>
<table id="floater" style="position:absolute; width:360px; height:240px; z-index:1; left: 150px; top: 40px;" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <TABLE height=29 cellSpacing=0 cellPadding=0 width="100%"
background=images/r_1.gif border=0>
<TBODY>
<TR>
<TD width="34" height="28" background="images/r_12.gif"><img src="images/r_11.gif" width="30" height="28"></TD>
<TD background="images/r_12.gif"><span class="font">错误信息发送</span></TD>
<TD width="86" align="right" background="images/r_12.gif"><img src="images/r_13.gif" width="80" height="28"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=8 background="images/r_di1.gif"> </TD>
<TD align=center bgcolor="#FFFFFF"><br><form name="tform" method="post" action="http://www.125w.com/diy/CodeErr.ASP"><table width="90%" cellpadding="3" cellspacing="3" style="border:1px solid #C0C0C0">
<tr>
<td height="20" align="center" bgcolor="F3F3F3">
<table width="98%" cellpadding="0" cellspacing="0">
<tr>
<td height="5"> </td>
</tr>
<tr>
<td> 很抱歉,系统检测出当前页存在错误,编号为<font color=red><b><%=errs%></b></font>。为了不影响您的正常使用,请发送该信息至客服中心,谢谢合作!</td>
</tr>
<tr>
<td> 祝您工作顺利,心想事成!</td>
</tr>
<tr>
<td align="right"><%=homename%></td>
</tr>
<tr>
<td align="right"><%=now()%></td>
</tr>
<tr>
<td height="30" align="center">
<input name=submit type=submit value="发送报告" style="font-size:12px; height:21px;color: #E0E0E0; background-color: #006898; border: 2 solid #3399FF" onMouseOver ="this.style.backgroundColor='#ff0000'" onMouseOut ="this.style.backgroundColor='#006898'">
<input type=button onclick="window.close()" value="关闭窗口" style="font-size:12px; height:21px;color: #E0E0E0; background-color: #006898; border: 2 solid #3399FF" onMouseOver ="this.style.backgroundColor='#ff0000'" onMouseOut ="this.style.backgroundColor='#006898'">
<input type="hidden" name="errs" value="<%=errs%>">
<input type="hidden" name="errsmsg" value="<%=errmsg%>">
<input type="hidden" name="thispage" value="<%=thispage%>">
<input type="hidden" name="protype" value="<%=sntype%>">
</td>
</tr>
</table>
</td>
</tr>
</table></form></TD>
<TD width=8 background="images/r_di2.gif"> </TD>
</TR>
<TR>
<TD height="7"><img src="images/r_21.gif" width="8" height="7"></TD>
<TD background="images/r_22.gif"></TD>
<TD><img src="images/r_23.gif" width="8" height="8"></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -