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

📄 custinfo.jsp

📁 java阿里巴巴代码
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=gb2312"%>
<%@ page import="com.saas.biz.commen.commMethodMgr"%>
<%
//    commMethodMgr commen = new commMethodMgr();
    String id ="";// commen.GenTradeId();
    String menu_id = "",obj_cust_idx="",user_idx="";
    if (request.getParameter("menu_id") != null)
    {
        menu_id = request.getParameter("menu_id");
    }
    if (request.getParameter("obj_cust_id") != null)
    {
        obj_cust_idx = request.getParameter("obj_cust_id");
    }
    if (request.getParameter("user_id") != null)
    {
        user_idx = request.getParameter("user_id");
    }
%>
<html>
<head>
<title>Xsaas-客户关系管理</title> 
    <link href="/style/layout.css" rel="stylesheet" type="text/css">
    <script src="/www/fuction/calendar.js" type="text/javascript"></script>
    <script language="JavaScript" src="/www/fuction/public.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>
<body>	<br>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
       
	    <tr><!-- 中间 -->
            <td align="center" >        
	         <div id="manager_body"> <!--左边菜单-->
               
                <div id="manager_body_right">
                     <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td align="center"><jsp:include page="viewCustinfo.jsp">
								 <jsp:param name="obj_cust_id" value="<%=obj_cust_idx%>" />
								 <jsp:param name="user_id" value="<%=user_idx%>" />
								</jsp:include>
                          </td>
                        </tr>
                     </table>
                </div>  <!--右边 主体部分结束  -->
            </div>
            </td>  <!-- 中间 结束 -->  
        </tr>
        
    </table>
</body>
</html>

⌨️ 快捷键说明

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