www.gusucode.com > 艺帆全站DIV+CSS体育用品公司网站源码 1.7.5源码程序 > i5808/login.asp

    <!--#include file="../conn.asp"--> 
<!--#include file="i5808_config.asp" -->
<!--#include file="md5.Asp"-->
<%
if session("admin")<>"" then 
response.redirect "index.asp" 
else
end if
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%=TD_home%>_网站管理后台登陆</title>
<script src='images/input.js' language='javascript'></script>
<script>
if(window.name != "bencalie"){
    location.reload();
    window.name = "bencalie";
}
else{
    window.name = "";
}
</script>
<link href="style/login.css" rel="stylesheet" type="text/css">
<link href="http://www.i5808.com/yifang/yifanCMS_jr.css" rel="stylesheet" type="text/css">
<!--[if lte IE 6]> <link type="text/css" rel="stylesheet" href="style/ie6_login.css" mce_href="style/ie6_login.css" /><![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="script/png.js"></script>
<![endif]-->
<script type="text/javascript" src="script/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
						   
	$(window).resize(function(){

		$('.className').css({
			position:'absolute',
			left: ($(window).width() - $('.main').outerWidth())/2,
			top: ($(window).height() - $('.main').outerHeight())/2
		});
		
	});
	// To initially run the function:
	$(window).resize();

});
</script>
</head> 
<body id="exampleBody"> 
<div id="main">
        	
        	<h1><%=TD_home%></h1>
        	
        	 <form  name="add" method="post" action="adminloginpass.asp">
        		
       		  <div class="row email">
    			  <input name="admin" type="text" class="text-input" id="admin" maxlength="20" placeholder="Name"/>
       		  </div>
        		
        		<div class="row pass">
        			<input type="password" id="password" name="password" placeholder="Password" class="pass-input" maxlength="20"/>
       		   </div>
        		
        		<div class="row pass">
        			<script language="javascript">
<!--//
var show_VerifyCode = false;
function get_VerifyCode() {
	var chkCodeFile = "/getcode.asp";
	if(!show_VerifyCode){
		if(document.getElementById("img_VerifyCode"))
			document.getElementById("img_VerifyCode").innerHTML = '<img  id="VerifyCodeimg" src="'+chkCodeFile+'?t='+Math.random()+'" alt="点击刷新验证码" style="cursor:pointer;border:0;vertical-align:middle;height:18px;" onclick="this.src=\''+chkCodeFile+'?t=\'+Math.random()" />'
			show_VerifyCode = true;

		if(document.getElementById("isok_VerifyCode"))
			document.getElementById("isok_VerifyCode");
	}
}
//-->
</script><input name="VerifyCode" type="text" class="logininput" id="VerifyCode" size="5" maxlength="4" placeholder="VerifyCode" onFocus="get_VerifyCode();this.onfocus=null;" onKeyUp="ajaxVerifyCode('check_code','VerifyCode');" /> 
        			<div class="yzm_sz"><span id="img_VerifyCode">
    <label style="cursor:pointer;" onClick="get_VerifyCode();">获取验证码</label></span><span id="isok_VerifyCode"></span></div>
       		   </div>
        		
        		<!-- The rotating arrow -->

        		
        		<input type="submit" value="登陆" class="submit-input" /> 
        	</form>
        </div>

</body></html>