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

📄 index1.jsp

📁 这个是j2eejava web 编程精要十五讲的全部源码。对学习java web编程的人来说是很能得的资料
💻 JSP
字号:
<jsp:include page="../header/header.jsp" flush="true"/>
<%@ page contentType="text/html;charset=gb2312" %>


<%@ page import="foton.util.*" %>
<%@ page import="foton.user.*" %>
<%@ page import="java.util.*" %>

<SCRIPT language=javascript>
 var isSure=false;
function OpenWin(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function toOpen(str1,str2)
{
  
	if(str1==str2)
  { 
    OpenWin('../job/job_insert.jsp','newWin','scrollbars=yes,width=800,height=600');
  }
  else
  {
    alert("密码不对!");
    return false;
  }
  
}
</SCRIPT>

<html><body>
<TABLE cellSpacing=0 cellPadding=0 width=758 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD vAlign=top width=156 background=foton.files/qy_n1_bj.gif><IMG height=44 
      src="../../images/qy_2_1_01.gif" width=95>

      <img border="0" src="../pic/strategy.jpg" width="92" height="20"><br><a href="../recruit/recruit_campus_job.jsp"><img border="0" src="../pic/recruit_campus_job_h.jpg" width="92" height="20"></a><br><a href="../recruit/job_select.jsp"><img border="0" src="../pic/job_select_h.jpg" width="92" height="20"></a><br><a href="../talent/talent.jsp"><img border="0" src="../pic/talent_h.jpg" width="92" height="20">  


      </a>  
      
	  <!--
      <form action="../job/job_insert.jsp"  method="post" name="loginForm" onsubmit="javascript:return checkLogin();">
	<input type="hidden" name="logicName"  value="Login">
	<input type="hidden" name="PageID"  value="Login">
     
    <b>登陆</b><br>
    &nbsp;请输入用户名&nbsp; <INPUT maxLength=8 name=userID size=14  style="COLOR: #000000; FONT-SIZE: 12px"><br>      
    &nbsp;请输入密码            
    <INPUT maxLength=8 name=password size=14 style="COLOR: #000000; FONT-SIZE: 12px" type=password>
    <INPUT name=submit type=hidden value=提交>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       
    <INPUT border=0 height=18 name=submit src="../../login/go.gif" type=image value=提交 width=25>
    </form>

	-->
	<!--
	<jsp:include page="../user/logon.jsp" flush="true"/>
	-->

<%
        
		
		  String password = request.getParameter("password");
		  String userID = request.getParameter("userID");

		  userDAO dao = new userDAO();
         userInfo info2=dao.getUser(userID);
		 // String password1 = trans.retransCode(password);
		  String pass = info2.getPassword();

		  System.out.println("password="+password +" pass="+ pass);


%>

<form action="logon.jsp" method="post" name="form1">

  <table><tbody>
        <tr align=left>用户名:</tr>
     
      <tr align=left> &nbsp;<input type="text" maxlength="30" name="userID" size="8" ></tr>
     
	<tr>&nbsp;</tr>
     
        <tr align=left >密码:</tr>
      
       <tr align=left> &nbsp;<input type="password" maxlength="30" name="password" size="8" > </tr>
		 
		 <tr>&nbsp;</tr>
     
   <tr align=left>     <input type="submit" value="进入" name="Submit1" onclick="javascript:toOpen(pass,password);"></tr>
    </tbody>  </table>
</form>


    </TD>
    <TD width=672>
      <TABLE height=1 cellSpacing=0 cellPadding=0 width=538 border=0>
        <TBODY>
        <TR>
          <TD vAlign=bottom colSpan=2 height=1></TD></TR>                                                  
        <TR>
          <TD width=40 height=45 rowSpan=2><IMG height=43 
            src="../../images/qy_1_0.gif" width=40></TD>
          <TD vAlign=top width=498 height=15><IMG height=1 
            src="foton.files/qy_1.gif" width=498></TD></TR>
        <TR>
          <TD vAlign=top width=498 height="30"></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
        <TBODY>
    

        <TR>
          <TD height=23>&nbsp;&nbsp;&nbsp;&nbsp; 人才战略</TD></TR></TABLE></TBODY></TABLE><!-- #BeginLibraryItem "/Library/zhu_copyright.lbi" -->              

<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif 
border=0>
  <TBODY>
  <TR>
    <TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
    <TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 &copy;                                                                                                    
  2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->

  </body></html>

⌨️ 快捷键说明

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