📄 login.asp
字号:
<!--#include file="conn.asp"-->
<title><%=sitename%></title>
<form method="POST" action="checkuser.asp">
<table width="<%=width%>" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center" height="30">用户登陆</td>
</tr>
<tr>
<td width="100%" align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%" height="25" align="center">帐 号</td>
<td width="50%"><input type="text" name="user" size="20"></td>
</tr>
<tr>
<td width="50%" align="center">密 码</td>
<td width="50%"><input type="password" name="password" size="20"></td>
</tr>
</table> </td>
</tr>
<tr>
<td width="100%" align="center" height="25"><input type="submit" value="登 陆" name="B1">
<input type="reset" value="重 写" name="B2"> <input type="button" value="注 册" name="B2" onclick=location.href="reg.asp"></td>
</tr>
</table>
</form>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -