?? login.asp
字號(hào):
<!--#include file="top.asp"-->
<%admin=request("admin")
password=request("password")
set check=conn.execute("select*from about where admin='"&admin&"' and password='"&password&"'")
on error resume next
if check.bof and check.eof then%>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center" class="tb_line1">
<tr>
<td>
<form name="form1" method="post" action="">
<div align="center">
<p><br>
管理登陸</p>
管理大名:
<input type="text" name="admin" class="tb_line">
<br>
管理密碼:
<input type="password" name="password" class="tb_line">
<br>
<br>
<input type="submit" name="Submit" value="提交" class="css3">
</div>
</form>
</td>
</tr>
</table>
<!--#include file="bottom.asp"-->
<%else
session("admin")="yes"
response.redirect"index.asp"
end if
set check=nothing%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -