index_admin.asp
来自「本人的课程设计。不足之处请大家指教。因为第一次用ASP有很多不足的地方。」· ASP 代码 · 共 47 行
ASP
47 行
<%
response.cookies("t_id")=""
%>
<html>
<head>
<title>登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
}
body {
background-color: #0099FF;
}
-->
</style>
</head>
<body text="#000000">
<table width="500" border="0" align="center" bgcolor="#004000">
<tr>
<td>
<div align="center" class="style1">后台管理登录</div>
</td>
</tr>
</table>
<table width="500" border="0" align="center" bgcolor="#A3C1E4">
<form name="form1" method="post" action="check_admin.asp">
<tr>
<td width="150"> <div align="right">账号:</div></td>
<td> <input type="text" name="id"> </td>
</tr>
<tr>
<td width="150"> <div align="right">密码:</div></td>
<td> <input type="password" name="pwd"> </td>
</tr>
<tr>
<td width="150"> </td>
<td> <input type="submit" name="Submit" value="登录"> </td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?