站内搜索: 请输入搜索关键词

当前页面: 开发资料首页JSP 专题JSP实现树型组织架构(2)--显示orgView

JSP实现树型组织架构(2)--显示orgView

摘要: JSP实现树型组织架构(2)--显示orgView

<textarea readonly style="border:none;font-family:Courier New;line-height:150%;width:760px;overflow-y:visible">//orgView.jsp

<%@ page contentType="text/html;charset=Big5"%>
<%@ include file="orgConnInclude.jsp"%>

<%
request.setCharacterEncoding("big5");
PreparedStatement ps=null;
ResultSet rs=null;

String queryCount=" select count(*) "+
" from ngb_org "+
" where total like ? ORDER BY TOTAL ";

String queryName=" select * "+
" from ngb_org "+
" where total like ? ORDER BY TOTAL ";

%>


<head>

組織架構