www.gusucode.com > cso中国seo优化html整站源码程序 > manage/index_918.asp

    
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=config_title%>后台登录</title>
<%
session("curpage") = ""
%>
<style type="text/css">
<!--
body {margin:100px 0 0 0;}
body,td,th{font-size: 12px;}
input{border:1px solid #7E94C7;background:#FFF;height:16px;}
.onfucos{border:1px solid #F00;}
.logininput{width:120px;}
.submit{width:80px;height:24px;border:0;}
-->
</style>
</head>
<script language="javascript">
function CheckForm(){
	if(document.myform.username.value=="")
	{
		alert("请输入您的用户名!");
		document.myform.username.focus();
		return false;
	}
	if(document.myform.password.value == "")
	{
		alert("请输入您的密码!");
		document.myform.password.focus();
		return false;
	}
	if (document.myform.verifycode.value==""){
       alert ("请输入您的验证码!");
       document.myform.verifycode.focus();
       return false;
    }
}
</script>
<body onload="document.myform.username.focus();">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr><td height="72" colspan="4" background="/images/manage/login_top.jpg"></td></tr>
	<tr height="204">
		<td width="223" background="/images/manage/login_left.jpg"></td>
		<td width="102" background="/images/manage/login_icon.jpg"></td>
		<td width="245" background="/images/manage/login_bg.jpg">
			<table width="245" border="0" align="center" cellpadding="0" cellspacing="0">
				<form id="myform" name="myform" method="post" action="admin_login.asp" target="_top" onSubmit="return CheckForm();">
				<tr><td height="30">用户名称:<input name="username" type="text" class="logininput" id="username" onFocus="this.style.border='1px solid #F00';" onBlur="this.style.border='1px solid #7E94C7';" /></td></tr>
				<tr><td height="30">用户密码:<input name="password" type="password" class="logininput" id="password" onFocus="this.style.border='1px solid #F00';" onBlur="this.style.border='1px solid #7E94C7';" /></td></tr>
				<tr><td height="30">验 证 码:<input name="verifycode" type="text" size="4" id="verifycode" size="10" maxlength="4" onFocus="this.style.border='1px solid #F00';" onBlur="this.style.border='1px solid #7E94C7';" />&nbsp;<img src="/include/getcode.asp" alt="验证码,看不清楚?请点击刷新验证码" style="cursor : pointer;" onclick="this.src='/include/getcode.asp?t='+(new Date().getTime());nocheckcode.src='/include/nocheckcode.asp'" /></td></tr>
				<tr><td height="30">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input name="submit" type="image" src="/images/manage/btn_submit.gif" class="submit" />&nbsp;<a href="../"><img alt="返回首页" src="/images/manage/btn_home.gif" class="submit" /></a></td></tr>
				</form>
			</table>
		</td>
		<td width="30" background="/images/manage/login_right.jpg"></td>
	</tr>
	<tr><td height="44" colspan="4" background="/images/manage/login_btm.jpg"></td></tr>
</table>
<p align=center><iframe id="nocheckcode" frameborder="no" height="0" width="0" src="/include/nocheckcode.asp"></iframe></p>
</body>
</html>