📄 login.asp.htm
字号:
<html>
<!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" lang="gb2312">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="Wygkcn_Home.css" tppabs="http://school.wygk.cn/CSS/Wygkcn_Home.css" rel=stylesheet>
<LINK href="Wygkcn_News.css" tppabs="http://school.wygk.cn/CSS/Wygkcn_News.css" rel=stylesheet>
<noscript><iframe scr="*"></iframe></noscript>
<title>广州网域高科信息技术有限公司学校网站管理系统Div+Css商业正式版V2010</title>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
<script language=javascript>
function CheckFormUserLogin()
{
if(document.UserLogin.UserName.value=="")
{
alert("请输入用户名!");
document.UserLogin.UserName.focus();
return false;
}
if(document.UserLogin.Passwd.value == "")
{
alert("请输入密码!");
document.UserLogin.Passwd.focus();
return false;
}
if(document.UserLogin.verifycode.value == "")
{
alert("请输入验证码!");
document.UserLogin.verifycode.focus();
return false;
}
}
</script>
</head>
<body>
<form method="POST" action="http://school.wygk.cn/ChkLogin.asp" name="UserLogin" onSubmit="return CheckFormUserLogin();">
<div id=login>
<div class="login_01"></div>
<div class="login_02">
<div class=ver>学校网站管理系统Div+Css商业正式版 V2010</div>
<div class=logincnt>
用户名:
<input name="UserName" style="width:80px;height:16px;border:1px solid #9FAABF" value="admin">
密码:<input name="Passwd" type="password" style="width:80px;height:16px;border:1px solid #9FAABF" value="admin">
验证码:
<input type="text" name="verifycode" style="width:40px;height:16px;border:1px solid #9FAABF"><img src="getcode.asp" tppabs="http://school.wygk.cn/getcode.asp">
<input name="Submit" type="image" src="btn_login.gif" tppabs="http://school.wygk.cn/images/btn_login.gif" width="54" height="24" border="0" align="absmiddle"/>
</div>
</div>
<div class="login_03"></div>
<div class="copyright">版权所有:<a href="javascript:if(confirm('http://www.wygk.cn/ \n\n文件并未依 Teleport Pro 取回,因为 它的域或路径超过开始网址中设置的范围。 \n\n你要从服务器上打开它吗?'))window.location='http://www.wygk.cn/'" tppabs="http://www.wygk.cn/" target="_blank">广州网域高科信息技术有限公司</a></div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -