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

📄 tb_dl.asp

📁 我的生活
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<link rel="stylesheet" href="../xsw/style.css" type="text/css">
<title>【112宿舍~~乱谈】  ----登 陆 ------ </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="author" content="广西民族学院4坡9栋112宿舍淡国乾,Goking" />
<meta name="description" content="广西民族学院,艺术学院,播音与主持,04级,男生宿舍,4坡9栋" />
<meta name="description" content="广西民族学院艺术学院04级播音与主持艺术专业淡国乾,BLOG," />
<meta name="keywords" content="广西民族学院04级,淡国乾" />
<style type=text/css><!--
a:link { text-decoration: none color: #EBE9ED}
a:visited { text-decoration: none color: #EBE9ED}
--></style>
<style type="text/css">
<!--
.unnamed1 {
	font-size: 20px;
	height: 30px;
	border: none;
	background-image: url(images/s.gif);
	font-family: "Arial";
}
.unnamed2 {
	border: 1px dotted #CCCCCC;
}
.unnamed3 {

TEXT-DECORATION:none 
a:hover.xh{TEXT-DECORATION:underline
    TEXT-DECORATION:none
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.12zi {
	font-size: 12px;
	color: #999999;
}
-->
</style>
</head>
<body topmargin="10">
<p> 
  <%yhm=request.form("yhm")
pass=request.form("pass")
dz=request.querystring("dz")
pass=setpwd(pass)
if yhm<>"" and dz="sc" then
	set rs=server.createobject("adodb.recordset")
	exec="select * from admin where yhm='"+yhm+"'"
	rs.open exec,conn,1,1
	if not rs.eof then
		session("pass")=rs("pass")
		session("yhm")=rs("yhm")
		session("jb")=rs("jb")
		if pass<>session("pass") then	response.redirect "tb_dl.asp"
	else
		response.redirect "tb_dl.asp"
	end if
	response.redirect "index.asp"%>
  <script language="javascript">
	window.location="index.asp";
	</script>
  <%end if%>
</p>
<table width="491" border="0" align="center" cellspacing="0">
  <tr>
    <td><a href="http://112.ygwz.cn" class="12zi">【返回主页】</a><span class="12zi">&nbsp;&nbsp;&nbsp; 
      </span><a href="index.asp" class="12zi">【返回乱谈】</a><span class="12zi">&nbsp;&nbsp;&nbsp; 
      </span><a href="http://112.ygwz.cn" class="12zi">【112宿舍相册】</a></td>
  </tr>
  <tr>
    <td width="489" height="320" background="images/dd.jpg"><form name="from" method="post" action="tb_dl.asp?dz=sc">
        <table width="420" height="129"  align="center" cellspacing="2">
          <tr> 
            <td width="246" height="49">&nbsp; </td>
            <td width="162" valign="bottom"> 
              <input name=yhm type=text  class="unnamed1" size="9">
            </td>
          </tr>
          <tr> 
            <td height="52">&nbsp;</td>
            <td valign="top"> 
              <input type="password" name="pass" size="9"  class="unnamed1">
            </td>
          </tr>
        </table>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <table cellpadding="4" cellspacing="0" align="center">
          <tr> 
            <td align="center" width="57"> <span class="12zi">
              <input name="submit" type=submit class="unnamed2" onclick="javascript:return dl(yhm.value,pass.value);" value=" 登 陆 ">
              </span>
            <td width="54" align="center" valign="bottom"> <span class="12zi">
              <input name="button" type=button class="unnamed2" onclick="javascript:window.location='tb_zc.asp';" value=" 注 册 ">
              </span></td>
          </tr>
        </table>
      </form>

</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</htm>
<script language='javascript'>
function dl(yhm,pass)
{
	if (yhm=="" || pass=="")
	{
		alert('输入用户名或密码!');
		document.from.yhm.focus();
		return false;
	}
}
</script>

⌨️ 快捷键说明

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