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

📄 selectsfzycontenet.jsp

📁 客户管理系统是一个典型的数据库开发应用程序
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.FfzyForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>右页面</title>
<style type="text/css">
<!--
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
-->
</style></head>

<body>
<table width="579"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> 
  <tr> 
    <td>&nbsp;</td> 
  </tr> 
</table> 
<table width="579" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
    <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487"  border="0" cellpadding="0" cellspacing="0"> 
        <tr> 
          <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0"> 
              <tr style="line-height:2px"> 
                <td width="2%" height="5">&nbsp;</td> 
                <td width="98%" height="5">&nbsp;</td> 
              </tr> 
              <tr align="center" valign="top" bgcolor="#FFFFFF"> 
                <td height="454" colspan="2"><br> 
                
<%FfzyForm form=(FfzyForm)request.getAttribute("form");%>
<table width="548" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
  <tr>
    <td bgcolor="#ffcc33"><div align="center"><%=form.getSfzy_sfmc()%></div></td>
  </tr>
  <tr>
    <td height="269" bgcolor="#FFFFFF"><%=form.getSfzy_zyms()%></td>
  </tr>
</table>
<p align="center"> 
<%int iCount=Integer.parseInt((String)request.getParameter("iCount"));%>

<%if(iCount<=1){%>
<a href="querySfzySelect.do">返回</a>
<%}else{%> 
  <p><a href="querySfzyFenYe.do?iCount=<%=iCount%>">返回</a> </p> 
 <%}%>


<p> 
            </table></td> 
        </tr> 
      </table></td> 
  </tr> 
</table> 
</body>
</html>

⌨️ 快捷键说明

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