📄 login.php
字号:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/style.css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p> </p>
<p> </p>
<p> </p>
<script language="javascript">
function chkinput(form){
if(form.name.value==""){
alert("请输入用户名!");
form.name.select();
return(false);
}
if(form.pwd.value==""){
alert("请输入用户密码!");
form.pwd.select();
return(false);
}
return(true);
}
</script>
<form name="form1" method="post" action="chkadmin.php" onSubmit="return chkinput(this)">
<table width="547" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">
<tr>
<td height="94" background="images/default_01.gif"> </td>
</tr>
<tr>
<td height="160" align="center" background="images/default_02.gif"><table width="83%" height="93" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="39%" height="30" align="right">管理员名称: </td>
<td width="61%"> <input name="name" type="text" id="name"></td>
</tr>
<tr>
<td height="30" align="right">管理员密码: </td>
<td> <input name="pwd" type="text" id="pwd"></td>
</tr>
<tr align="center">
<td height="60" colspan="2"><input name="imageField" type="image" src="images/btn1.gif" width="79" height="37" class="input1">
<input name="imageField2" type="image" src="images/btn2.gif" width="79" height="37" onClick="form.reset();return false;" class="input1">
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="23" background="images/default_04.gif"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -