login.asp

来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 76 行

ASP
76
字号
<% 
    if Request.QueryString("loginout")="TRUE" then
        Session.Abandon()
    end if 
%>
<HTML><HEAD><TITLE>坊子通信公司仓库管理系统Ver1.0</TITLE>
<META content=zh-cn http-equiv=Content-Language>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<SCRIPT language=JavaScript src=""></SCRIPT>

<STYLE type=text/css>A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
	COLOR: #00ff00; TEXT-DECORATION: underline
}
A.title {
	COLOR: #000000; TEXT-DECORATION: none
}
A.title:hover {
	COLOR: red; TEXT-DECORATION: underline
}
TR {
	FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
P {
	FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
#floater {
	LEFT: 575px; POSITION: absolute; TOP: 360px; VISIBILITY: visible; WIDTH: 120px; Z-INDEX: 10
}
</STYLE>
</HEAD>
<BODY bgColor=#002fcf leftMargin=0 topMargin=0>
<p> </p>
<p> </p>
<DIV align=center>
<CENTER>
<TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 id=AutoNumber1 
style="BORDER-COLLAPSE: collapse" width=775>
  <TBODY>
  <TR>
    <TD width="100%">
    <IMG border=0 height=130 src="pic/head.jpg" 
      width=775></TD></TR></TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 id=AutoNumber2 
style="BORDER-COLLAPSE: collapse" width=775>
  <TBODY>
  <TR>
    <TD bgColor=#1847e7 height=140 vAlign=bottom width="50%"><IMG border=0 
      height=140 src="pic/mid.jpg" width=388></TD>
  </CENTER>
    <TD bgColor=#1847e7 height=140 vAlign=top width="50%">
   <form method="POST" action="checkpass.asp">
      <p>
      <font color="#FFFFFF"><br>
      领材料时请用用户名guest,密码guest登陆本系统</font><span style="background-color: #FFFF00"><br>
      </span>
      <br>
      <font color="#FFFFFF">帐 号:</font><input type="text" name="username" size="18"><br>
      <br>
      <font color="#FFFFFF">密 码:</font><input type="password" name="pwd" size="18"><br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
      <input type="submit" value="登 陆" name="B1">&nbsp;&nbsp; <input type="reset" value="取 消" name="B2"></p> 
    </form>
</TD></TR>
<CENTER>
  <TR>
    <TD colSpan=2 height=6 width="100%"><EMBED height=6 src=pic/line.swf 
      width=775></TD></TR></TBODY></TABLE></CENTER></DIV>
   </BODY></HTML>

⌨️ 快捷键说明

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