📄 admin_login.htm
字号:
<!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>
<title>管理登陆(ASP+ACCESS)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="gb2312" />
<meta name="author" content="學無止境,QQ:182407777" />
<meta name="Copyright" content="www.wesent.cn,自由版权,任意转载" />
<meta name="description" content="asp,access,asp初学" />
<meta content="asp,access,asp初学,學無止境" name="keywords" />
<style type="text/css">
.input{ margin:0px; border:1px #37D0EC solid;height:18px;color:#71A307;}
</style>
<script language=javascript>
function checkform() {
if(form_add.admin_name.value==""){
alert("\用户名不能为空!");
return false;
}
if(form_add.admin_password.value==""){
alert("\密码不能为空!");
return false;
}
return true;
}
</script>
</head>
<body>
<form name="form_add" action="admin_check.asp" method="post" onsubmit="return checkform();">
用户名:<input type="text" name="admin_name" class="input">
密 码:<input type="password" name="admin_password" class="input">
<input type="submit" name="submit" value="提交">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -