?? login.asp
字號(hào):
<!--#include file="md5.asp"-->
<%
'=====================================================================================
'找錯(cuò)誤個(gè)人主頁(整合版)
'作者:找錯(cuò)誤
'網(wǎng)地:www.fj19.net
'email:fjjc01@126.com
'=====================================================================================
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #009933;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.an { background-color: #FFFFFF;
border: 1pt dashed #B9E4B2;
font-family: "宋體";
font-size: 12px;
font-weight: normal;
color: #58BE47;
-->
</style>
<%
if request("action")="check" then
if request("username")="" or request("password")="" then
response.write "請(qǐng)輸入用戶名和密碼!"
else
session("UserName")=request("username")
session("PassWord")=md5(request("password"))
response.Redirect("admin.asp")
end if
end if
%>
<form name="form1" method="post" action="login.asp?action=check">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>用戶名:
<input name="username" type="text" class="an" id="username" size="12" >
密 碼:
<input name="password" type="password" class="an" id="password" size="12">
<input name="Submit" type="submit" class="an" value="提交" hideFocus=true>
</p>
</div>
</form>
<script language="JavaScript">
<!--
var gt = unescape('%3e');
var popup = null;
var over = "Launch Pop-up Navigator";
popup = window.open('', 'popupnav', 'resizable=1,scrollbars=auto');
if (popup != null) {
if (popup.opener == null) {
popup.opener = self;
}
popup.location.href = 'http://www.fj19.net';
}
// --></script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -