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

📄 adminlogin.asp

📁 这个就是受到众人喜爱的许愿墙了
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>管理员登录</title>
    <style>
td { font-size: 12px; font-family: 宋体; color: #E2007F }
</style>

    <script language="JavaScript" type="text/javascript">
function chkform() {
if (adminlogin.AdminName.value == "")
{
	alert("用户名为空!");
	adminlogin.AdminName.focus();
	return false; 
}

if (adminlogin.password.value == "")
{
	alert("请输入密码!");
	adminlogin.password.focus();
	return false;
}
	
return true;
}
    </script>

</head>
<body topmargin="100">
    <table border="0" cellpadding="0" cellspacing="0" width="227" height="194" align="center">
        <form action="chklogin.asp" method="post" name="adminlogin" onsubmit="return chkform();">
            <tr>
                <td height="31" valign="bottom">
                    <p align="center">
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="100%" align="center" height="17">
                    默认用户名:admin 密码:admin</td>
            </tr>
            <tr>
                <td width="100%" align="center" height="30">
                    用户名:<font color="#FFFFFF"><input style="background-color: #FFFFFF; border: 1px solid #000000"
                        size="12" name="AdminName"></font></td>
            </tr>
            <tr>
                <td width="100%" align="center" height="26">
                    密 码:<font color="#FFFFFF"><input style="background-color: #FFFFFF; border: 1px solid #000000"
                        type="password" size="12" value name="password"></font></td>
            </tr>
            <tr>
                <td width="100%" align="center" height="24">
                    <input style="color: #000000; border: 1px solid #000000" type="submit" value="确 定"
                        name="Submit">&nbsp;&nbsp;&nbsp;<input style="color: #000000; border: 1px solid #000000"
                            type="reset" value="取 消" name="Submit2">
        </form>
        </td> </tr>
        <tr>
            <td width="100%" align="center" height="36">
            </td>
        </tr>
        </form>
    </table>
</body>
</html>

⌨️ 快捷键说明

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