📄 index.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>资源管理系统</title>
<script language ="javaScript">
function reginster()
{
window.location="reginster0.asp";
}
function checkForm()
{
if(document.regForm.loginName.value=="")
{
alert("用户名不能为空!");
document.regForm.loginName.focus();
return false;
}
if(document.regForm.userPassword.value=="")
{
alert("密码不能为空!");
document.regForm.userPassword.focus();
return false;
}
return true;
}
</script>
<body>
<table width="74%" border="1" align="center" cellspacing="0" bordercolor="#FFCC99">
<tr>
<td height="73" bgcolor="#3399FF">
<p align="center"><font color="#FF9900" size="7"><strong>资源管理系统</strong></font></p>
</td>
</tr>
<tr>
<td height="31" bgcolor="#FFCC00">
<div align="center"><strong><font color="#000099" size="4">用户登录</font></strong></div></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><form name="regForm" method="post" action="login.asp" onSubmit="return checkForm()">
<p align="center">
<p align="center">用户名:
<input type="text" name="loginName">
<p align="center"> 密码:<strong> </strong>
<input name="userPassword" type="password">
<p align="center">
<input type="submit" name="Submit" value="登录" >
<input type="button" name="button" value="注册" onclick="reginster()">
</form></td>
</tr>
<tr>
<td height="32" bgcolor="#0099FF">
<div align="center"><font color="#000099" size="3">版权所有©CORNER</font></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -