⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oa_login.jsp

📁 在系统开发过程中用到了javabean和jsp技术
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>新版OA系统登陆页面</TITLE>
<%@page language="java" contentType="text/html;charset=GBK"%>
<META http-equiv=Content-Type content="text/html; charset=GBK">
<STYLE>A:hover {
	COLOR: red
}
A {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; FONT-WEIGHT: 900; FONT-SIZE: 13px; COLOR: #ffffff; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial
}
.bot {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
</STYLE>

<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE height=390 cellSpacing=0 cellPadding=0 width=790 align=center border=0>
  <TBODY>
    <TR> 
      <TD width="97%" align=right background="../../index_login.files/footer1.gif"><IMG src="../../index_login.files/bg1.gif"><A href="http://10.0.0.98/"><IMG alt="" src="../../index_login.files/home.gif" border=0></A><A href="emailto:sure@mail.hgjt.com.cn"><IMG alt="极限空间企业信息管理系统 6074454 6073329" src="../../index_login.files/contact.gif" border=0></A></TD>
      <TD width="3%" background="../../index_login.files/footer1.gif"></TD>
    </TR>
    <TR> 
      <TD background="../../index_login.files/top_g.gif" colSpan=2><IMG src="../../index_login.files/top.jpg"></TD>
    </TR>
    <TR> 
      <TD background="../../index_login.files/menu3.gif" colSpan=2> <TABLE cellSpacing=0 cellPadding=0 width=651 border=0>
          <TBODY>
            <TR> 
              <TD align=middle width=124> 
                <DIV align=center></DIV></TD>
              <TD width=32> <DIV align=left><IMG src="../../index_login.files/menu2.gif"></DIV></TD>
			  <form name=form1 action="index.jsp" method=post>
			  <td><input type=hidden name="txt_type" value=""><input type=hidden name="txt_uid" value="<%=(String)session.getAttribute("UID")%>">
			  </td>
			  <TD align=right width=57><FONT color=#ffffff>用户名:</FONT></TD>
			  <TD width=120><INPUT onmouseover="this.focus();" onfocus="this.select();" class=inputter maxLength=16 size=16 name=uid onkeydown="gotopwd(1);"></TD>
			  <TD align=right width=50><FONT color=#ffffff>密 码:</FONT></TD>
			  <TD width=125><INPUT onmouseover="this.focus();" onfocus="this.select();"  class=inputter type=password maxLength=16 size=16 name=pwd onkeydown="gotopwd(2);"></TD>
			  <TD width=65><IMG height=20 src="../images/index_top_login01.gif"  id="loggin" width=58 onclick="checkout();"></TD>
			  <TD width=74><IMG height=20 style="cursor:hand;" src="../images/index_top_login02.gif"  width=74></TD>			  
			  <TD width=32> <DIV align=left><IMG src="../../index_login.files/menu2.gif"></DIV></TD>             
			  </form>
            </TR>
          </TBODY>
        </TABLE></TD>
    </TR>
    <TR> 
      <TD height="100%" colspan="2" vAlign=middle bgColor=#ffa717>
<div align="center">
            
          <table width="50%" border="0">
            <tr>
              <td><div align="center">
                  <marquee scrolldelay=180>
                  欢迎登录新版OA系统
                  </marquee>
                </div></td>
            </tr>
          </table>
		  <BR>
        </div></TD>
    </TR>
    <TR valign="middle"> 
      <TD 
    height=30 colSpan=2 align=middle background="../../index_login.files/footer1.gif"> 
        <DIV align=center>Copyright &reg; Powered by qingqing All Rights 
          Reserved</DIV></TD>
    </TR>
  </TBODY>
</TABLE>
<script>
	//用户登陆时进行语法验证
	function checkout()
	{
		if(document.all.uid.value=="")
		{
			alert("请输入用户名!");
			document.all.uid.focus();
			return false;
		}
		else if(document.all.pwd.value=="")
		{
			alert("请输入密码!");
			document.all.pwd.focus();
			return false;
		}
		else
		{
			var oawin = window.open("middle.htm","HGOA","height=102,width=350,scrollbars=no,resizable=no,left=231,top=196,status=no,toolbar=no,menubar=no,enmaxize");
			//oawin.focus();
			oawin.opener=window;
		}
	}
	
	function gotopwd(ii)
	{
		
		if(window.event.keyCode==13)
		{
			checkout();
			if(document.all.uid.value=="")document.all.uid.focus();
			else if(document.all.pwd.value=="")document.all.pwd.focus();
		}
	}

</script>

</BODY></HTML>

⌨️ 快捷键说明

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