?? login.asp
字號:
<% if session("pass")<>"" then
response.redirect "order.asp"
end if
%>
<html><head>
<title>管理員登陸</title></head>
<body>
管理員登陸<font color=blue size=3></font>
<form method="post" action="chkadmin.asp">
user:
<input type="text" name="username" size=20><br>
pass:
<input type="password" name="password" size=20><br>
<input type="submit" value="登陸">
<input type="reset" value="取消">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -