📄 index.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>研究生信息管理系统</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script language="javascript">
function checkuser()
{
if (document.registerform.name.value=="")
{
alert("请输入用户名!!");
}
else if (document.registerform .pwd .value=="")
{
alert("请输入密码!");
}
else
{
return true;
}
return false;
}
</script>
<div align="center">
<center>
<table border="0" width="772" height="440" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" background="images/index.jpg" valign="bottom">
<table border="0" width="100%" height="196" cellspacing="0" cellpadding="0">
<tr>
<td width="64%" height="190" rowspan="2" valign="top"></td>
<td width="29%" height="22" valign="top">
<p align="center">用户登录</td>
<td width="7%" height="190" rowspan="2" valign="top"></td>
</tr>
<tr>
<td width="29%" height="162" valign="top"><div align="center">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<form method="POST" action="check.asp" onsubmit="return checkuser()" name="registerform">
<table border="0" width="100%" cellspacing="0" cellpadding="5" height="66">
<tr>
<td width="38%" align="right" height="25">用户名:</td>
<td width="62%" height="25"><input type="text" name="name" size="15"></td>
</tr>
<tr>
<td width="38%" align="right" height="25">密 码:</td>
<td width="62%" height="25"><input type="password" name="pwd" size="15"></td>
</tr>
<tr>
<td width="38%" height="1"></td>
<td width="62%" height="1"><input type="submit" value="提交" name="B1"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -