📄 login.asp
字号:
<%@ LANGUAGE = VBScript.Encode %><html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../../css/ads.css" type="text/css">
</head>
<script language=javascript>
function formCheck()
{
if (document.theform.username.value == "")
{
alert("请填写用户名")
document.theform.username.focus()
return false
}
if (document.theform.password.value == "")
{
alert("请填写密码")
document.theform.password.focus()
return false
}
return true
}
</script>
<body bgcolor="#FFFFFF" text="#000000">
<!--#include file="../../inc/top.inc" -->
<p> </p>
<form method="post" action="wellcome.asp" name="theform" onsubmit="return formCheck();">
<p><b><img src="../../images/iico.gif" width="15" height="15" align="absmiddle">
<span class="px14">登陆管理区:</span></b></p>
<table width="228" border="0" cellspacing="1" cellpadding="2" class="pt9">
<tr>
<td width="81">用户名:</td>
<td width="136">
<div align="right">
<input type="text" name="username" size="20" maxlength="20" class="border">
</div>
</td>
</tr>
<tr>
<td width="81">密码:</td>
<td width="136">
<div align="right">
<input type="password" name="password" maxlength="20" size="20" class="border">
</div>
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="Submit" value="登 陆" class="border">
</td>
</tr>
</table>
</form>
<p> </p>
<p> </p>
<!--#include file="../../inc/bottom.inc" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -