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

📄 error.asp

📁 三鸟个人网站源码。
💻 ASP
字号:
<!-- #include file="top.asp" -->
<HTML>
<HEAD>
<TITLE>3鸟设社[色彩连视版]媒体社区错误提示</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link rel="stylesheet" href="BLUE.CSS" type="text/css">
<style type="text/css">
<!--
.hand { cursor: hand }
-->
</style>
</HEAD>
<body bgcolor=#ffffff leftmargin="0" topmargin="0">
<table width="760" height="626" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr bgcolor="#FFFFFF"> 
    <td width="20" height="11"></td>
      
    <td width="719" height="11"></td>
      
    <td width="21" height="11"></td>
    </tr>
    <tr>
        
    <td width="25" height="535" background="images/bg.gif"></td>
        
    <td width="719" height="535" valign="top"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="left" valign="top">
            <table width="100%" border="0" cellspacing="3" cellpadding="0" height="73">
              <tr align="left" valign="top"> 
                <td width="100%" align="center"><br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <br>
                  <img src="images/delete_big.gif"><br> 
                  <%
					dim emsg
					dim tp
					dim rt
					dim bid
					dim bdid
					tp=lcase(request("tp"))
					rt=request("rt")
					bid=request("bid")
					bdid=request("bdid")
					emsg=request("emsg")
					if tp="re" or tp="new" then
						fromurl="post.asp?type="&tp&"&rt="&rt&"&bid="&bid&"&bdid="&bdid
					else
						fromurl=""
					end if
					
					if emsg="登录吧,先!" or emsg="管理员账号不能使用这个功能。" or emsg="用户名或密码错误。" then
				%>
                  <%=emsg%><br> <script language="javascript">
function checkform(){
	if(signin.username.value==""){
		alert("请填写注册名!");
		signin.username.focus();
		return false;
	}else if(signin.password.value==""){
		alert("请填写密码!");
		signin.password.focus();
		return false;
	}else{
		signin.fromurl.value="<%=fromurl%>";
		return true;
	}
	return false;
}
</script> <form name="signin" method="post" action="checkuser.asp" onsubmit="return(checkform());">
                    <table width="300" border="0" cellspacing="0" cellpadding="0" align="center">
                      <tr> 
                        <td width="40%" align="right" valign="middle"><font color="Black">用户名: 
                          </font></td>
                        <td width="60%" valign="middle"> <input type="text" name="username" size="14" maxlength="15"> 
                        </td>
                      </tr>
                      <tr> 
                        <td width="40%" align="right" valign="middle"><font color="Black">密 码: 
                          </font></td>
                        <td width="60%" valign="middle"> <input type="password" name="password" size="14" maxlength="15"> 
                        </td>
                      </tr>
                      <tr valign="middle"> 
                        <td width="40%" height="26">&nbsp;</td>
                        <td width="60%" height="26"> <input type="hidden" name="fromurl" value="index.asp"> 
                          <input type="submit" name="submit" value="Enter"> <input type="button" name="cancelbtn" value="Cancel" onclick="history.back();"> 
                        </td>
                      </tr>
                    </table>
                  </form>
                  <%
				else
					response.write emsg&"<br>"%>
                  <input type="button" name="back" value="back" onclick="history.back();">
                  <%
				end if
				%>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table></td>
        
    <td width="21" height="535" background="images/bg.gif"></td>
    </tr>
    <tr>
      <td height="12" colspan="3"><div align="center">
        <table width="760" border="0" align="center" cellspacing="0">
          <tr> 
            <td height="35" colspan="2" background="images/footbg.gif"> <div align="center">3鸟设社[v1.2色彩连视]T恤论论坛 
                www.3niao.com</div></td>
          </tr>
          <tr> 
            <td width="392" background="http://www.3niao.com/v2/down1/images/footgb1.gif">&nbsp;</td>
            <td width="362"><div align="right"><img src="http://www.3niao.com/v2/down1/images/foot.jpg"></div></td>
          </tr>
        </table>
      </div></td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

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