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

📄 gadmin_err.asp

📁 一个用jsp 编写的个人主页网站哦。希望对大家有所帮助啊
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<link href="1.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file = "public.asp"-->
<!--#include file = "top.asp"-->
<table width="48%" border="0" align="center" cellpadding="5" cellspacing="1" class="9point" >
  <td> 
    <p align="center">错误信息 <font color="#FFFFFF"> 
      <style>
body {scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #222222;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;} 
</style>
      <style type=text/css>BODY {
BACKGROUND-POSITION: left bottom; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat
}</style>
      </font> 
      <style type="text/css">
A { text-decoration: NONE; color: #222222}
A:hover {COLOR: #666666; TEXT-DECORATION: none}
</style>
  </td>
  </tr>
  <tr class="table001"> 
    <td height="28" align="center"> 
      <div align="center"> 
        <p><font color="#222222">发生错误<b><br>
          </b></font> 
          <%  if request("type")="join" then%>
          用户名已经存在! 
          <%else if request("type")="joinsort" then%>
          类别名已经存在! 
          <%else%>
          您的用户名或密码输入有误! 
          <%end if%>
          <%end if%>
        </p>
        <form name="form">
          <input name="button" type="button" class="input2" onClick=window.history.back(); value="返回前页" >
        </form>
        <p align="center" class="9point"><a href="index.asp">::::返 回 链 接 首 页 面::::</a> 
      </div>
    </td>
  </tr>
</table>
<!--#include file = "bottom.asp"-->
</body>
</html>

⌨️ 快捷键说明

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