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

📄 index4.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.strategy.*" %>
<%@ page import="java.util.*" %>

<%
strategyDAO dao = new strategyDAO();
strategyInfo info= new strategyInfo();

String ID="01";

info=dao.getStrategy(ID);

%>






<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_02.gif" width=95>
  
        <jsp:include page="../header/menu_common.jsp" flush="true"/>

 
      
	  <!--
      <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/login.jsp" flush="true"/>
	





    </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 align=center>
			 <td align=center colspan=2>
			 <font size=5><%=info.getCaption()%></font>
			 </tr>
			 <tr ><td colspan=2>&nbsp;&nbsp;&nbsp;&nbsp; </td></tr>
			 <tr ><td colspan=2>&nbsp;&nbsp;&nbsp;&nbsp; </td></tr>
			 
        
        <TR>
          

		  <TD width=50>&nbsp;&nbsp;&nbsp;&nbsp; </TD>

		  <TD  width=572>
		  <p> <font size=4 > <%=info.getContent()%> </font> </p>
		  </TD>
		  
		   <TD width=50>&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 -->

  

⌨️ 快捷键说明

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