⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userlogin.asp

📁 庐江二中
💻 ASP
字号:
<%PageName="UserLogin"%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top1.asp"-->
<!--#include file=function.asp -->

<table border="0" width="<%=TableWidth%>" cellspacing="0" cellpadding="0" bgcolor="<%=MainBgColor%>">
<tr>
<%=OutTable("left")%>
<td>
<form method="post" action="UserChkLogin.asp">
<table border="1" width="45%" align="center" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>">
<tr align="center"><br>
<td width=100% align=center bgcolor="<%=MainTColor%>">会员登陆</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="33%" align="right" height="30">会 员:</td>
<td width="67%"><input type="text" name="username" maxlength="20" size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">密 码:</td>
<td width="67%"><input type="password" name="password" maxlength="16" size="20"> </td>
</tr>
<tr>
<td colspan="2" height="15" align=center><input type="submit" name="Submit" value="确 定">&nbsp;<input type="reset" name="Submit2" value="取 消">
                    <input type=button name="reg" value="注 册" onClick="javascript:window.open('UserReg.asp','_self','')">
                  </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</td>
<%=OutTable("right")%>
</tr>
</table>
<%set rs=nothing%>
<!--#include file="copyright.asp"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -