?? login.asp
字號:
<HTML><HEAD><TITLE>飛翔網絡辦公系統</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="images/border.css" type=text/css rel=stylesheet>
<BODY text=#000000 bgColor=#ffcc99 leftMargin=0 background=images/dw.gif topMargin=3 marginwidth="0"
marginheight="0">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
//-->
</script>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<TABLE id=mytable height=9 cellSpacing=0 cellPadding=1 width="100%" border=0>
<TBODY>
<TR background="images/fang.gif">
<TD background=images/fang.gif height=9></TD></TR>
<TR>
<TD vAlign=center align=middle>
<TABLE height=410 cellSpacing=0 cellPadding=0 width=650 align=center
border=0>
<TBODY>
<TR>
<TD vAlign=top width="58%" bgColor=#999999 height=385>
<TABLE cellSpacing=0 cellPadding=1 width=520 border=0>
<TBODY>
<TR>
<TD><IMG height=410 src="images/22.jpg"
width=520></TD>
</TR></TBODY></TABLE></TD>
<TD vAlign=top width="42%" bgColor=#999999 height=385>
<TABLE height="100%" cellSpacing=1 cellPadding=1 width="100%"
border=0>
<TBODY>
<TR>
<TD borderColor=#ffffff background=images/dw.gif
height=409>
<FORM action="checklogin.asp" method="post">
<TABLE cellSpacing=0 cellPadding=2 width=138 border=0>
<TBODY>
<TR>
<TD style="FONT-SIZE: 9pt" height=32>登錄名: <INPUT name=username id="username"
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid"
size=10> </TD></TR>
<TR>
<TD style="FONT-SIZE: 9pt">密 碼 : <INPUT
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid"
type=password size=10 name=password> </TD></TR>
<TR>
<TD height=23>
<DIV align=center><INPUT name=login type=submit id="login" value="登 錄">
</DIV></TD></TR>
<TR>
<TD height=21>
<DIV align=center><A HREF="#" onClick="MM_openBrWindow('register.asp','','width=500,height=400')">申請帳號</A></DIV></TD></TR>
<TR>
<TD height=18>
<DIV align=center><A HREF="#" onClick="MM_openBrWindow('forgetpass.asp','','width=500,height=280')">忘記密碼</A></DIV></TD></TR></TBODY></TABLE></FORM>
<P><font color="red" style="font-size:9pt;">
<%
select case request("id")
case "error"
response.write "帳號、密碼錯誤或者不存在該帳號"
case "pass"
response.write "帳號還沒通過審核"
case"line"
response.write "該用戶已經在線"
end select
%>
</font></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
<TR background="images/fang.gif">
<TD background=images/fang.gif height=9></TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript>
<!-- Begin
if ((screen.width == 640) && (screen.height == 480))
mytable.height=470;
else if ((screen.width == 800) && (screen.height == 600))
mytable.height=430;
else if ((screen.width == 1024) && (screen.height == 768))
mytable.height=620;
else size = "the default 640 x 480";
// End -->
</SCRIPT>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -