error.asp

来自「吻宇考试管理系统源码 吻宇考试管理系统源码」· ASP 代码 · 共 72 行

ASP
72
字号
<%
id=request.querystring("id")
select case id
case 1
xinxi="密码错误~!请重新输入~!"
url="admin/index.asp"
case 2
xinxi="您的管理员帐号和密码不能为空~!请返回登陆口重新登陆~!"
url="admin/index.asp"
case 3
xinxi="无此管理员的找信息~!请返回登陆口重新登陆~!"
url="admin/index.asp"
case 4
xinxi="您未登陆或连接超时~!请返回重新登陆~!"
url="admin/index.asp"
case 5
xinxi="您的准考证和密码不能为空~!请返回登陆口重新登陆~!"
url="index.asp"
case 6
xinxi="此考生的资料不存在~!"
url="index.asp"
case 7
xinxi="密码不能为空~!"
url="index.asp"
case 8
xinxi="密码错误~!请重新输入~!"
url="index.asp"
case 9
xinxi="您未登陆或连接超时~!请返回重新登陆~!"
url="index.asp"
case 10
xinxi="你的档案被管理员锁定,请与管理员取得联系~!"
url="index.asp"
case else
xinxi="对不起没有此信息记录~!"
url="index.asp"
end select
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>错误提示</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK 
href="img/style.css" rel=stylesheet>
<TABLE class=body cellSpacing=0 cellPadding=0 width=400 align=center 
background=img/err_bg1.gif border=0>
  <tBODY>
  <TR>
    <TD width=25 height=23><IMG height=23 src="img/err1.gif" width=24 
      border=0></TD>
    <TD width=340 height=23>&nbsp;<FONT face="Arial, Helvetica, sans-serif" 
      color=#000000>ERROR - 出错啦!</FONT></TD>
    <TD vAlign=baseline align=right width=35 height=23><IMG 
      height=18 src="img/err_close1.gif" width=15 border=0 
      name=close></A><IMG height=23 src=img/err2.gif" width=5 border=0 
      name=errr1_c4></TD>
  </TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=400 align=center 
background=img/err_bg.gif border=0>
  <TBODY>
  <TR>
    <TD vAlign=top align=middle width=98><IMG height=76 
      src="img/Error.gif" width=76></TD>
    <TD width=302>
      <P align="center"><%=xinxi%></P></TD></TR>
  <TR>
    <TD vAlign=top align=middle colSpan=2 height=17><a href="<%=url%>"><img src="img/err_but1.gif" width="73" height="20" border="0" align="absmiddle"></a><BR>
<IMG height=5 src="img/err_bot.gif" 
  width=400></TD>
  </TR></TBODY></TABLE></BODY></HTML>



⌨️ 快捷键说明

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