📄 admin.php
字号:
<?php session_start();
session_unregister(user);
session_unregister(pass);
?>
<html>
<style type="text/css">
<!--
.style1 {
font-size: 14px;
font-weight: bold;
font-family: "宋体";
}
body {
margin-left: 00px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EFF3FF;
}
-->
</style>
<script language="javascript">
function checklogin()
{
if((login.user.value!="")&&(login.pass.value!=""))
return true
else{
alert("呢称或密码不能为空!")
return false
}
}
</script>
<body>
<table width="346" border="0" align="center" cellpadding="0" cellspacing="0" background="../image/admin1.gif">
<tr>
<td height="65"> </td>
</tr>
</table>
<table width="346" height="75" border="0" align="center" cellpadding="0" cellspacing="0" background="../image/admin2.gif">
<form action="admin_ok.php" method="post" name="login" onSubmit="return checklogin()">
<tr>
<td width="130" height="29"> </td>
<td width="216" valign="bottom"><span class="style1">
<input name="user" type="text" id="user" size="22">
</span></td>
</tr>
<tr>
<td height="26"> </td>
<td valign="bottom"><span class="style1">
<input name="pass" type="password" id="pass2" size="22">
</span></td>
</tr>
<tr>
<td height="30"> </td>
<td> <table width="100%" border="0">
<tr>
<td width="20%"> </td>
<td width="79%"><input name="denglu" type="image" id="denglu" src="../image/admin4.gif" width="45" height="25" border="0"></td>
</tr>
</table></td>
</tr>
</form>
</table>
<table width="346" border="0" align="center" cellpadding="0" cellspacing="0" background="../image/admin3.gif">
<tr>
<td height="48"> </td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -