<%=menu1_title%> - <%=page_title%> <% menu_sql = "select * from tbl_menu where c_home = 11 and c_use = 0 and c_up_no = 0 order by c_order asc"; rs_menu = stmt.executeQuery(menu_sql); int yup = 0; while(rs_menu.next()){ yup = yup + 1; %> selected<%}%>> <%=rs_menu.getString("c_name")%> <% } rs_menu.close(); %> <% String m_link = ""; String m_targrt = ""; int m_targrt_tag = 0; menu_sql = "select * from tbl_menu where c_home = 11 and c_use = 0 and c_up_no = "+ menu1 +" order by c_order asc"; rs_menu = stmt.executeQuery(menu_sql); while(rs_menu.next()){ if(rs_menu.getInt("c_type") == 1 || rs_menu.getInt("c_type") == 5){ m_link = "/cms_for_bcb/show.jsp?show_no=" + rs_menu.getInt("c_no") + "&check_no=" + rs_menu.getInt("c_up_no") + "&c_relation=" + rs_menu.getInt("c_relation") + "&c_relation2=" + rs_menu.getInt("c_relation2"); } if(rs_menu.getInt("c_type") == 2){ m_link = "/cms_for_bcb/process/"+ rs_menu.getString("c_content") +"/list.jsp?show_no="+ rs_menu.getInt("c_no") +"&check_no="+ rs_menu.getInt("c_up_no") +"&c_relation="+ rs_menu.getInt("c_relation") +"&c_relation2="+ rs_menu.getInt("c_relation2"); } if(rs_menu.getInt("c_type") == 3 || rs_menu.getInt("c_type") == 4){ m_link = rs_menu.getString("c_content"); } if(rs_menu.getInt("c_type") == 4){ m_targrt = "_blank"; m_targrt_tag = 2; } %> selected<%}%>> <%=rs_menu.getString("c_name")%> <% } rs_menu.close(); %> <%=navi_text%>
<% menu_sql = "select * from tbl_menu where c_home = 11 and c_use = 0 and c_up_no = 0 order by c_order asc"; rs_menu = stmt.executeQuery(menu_sql); int yup = 0; while(rs_menu.next()){ yup = yup + 1; %> selected<%}%>> <%=rs_menu.getString("c_name")%> <% } rs_menu.close(); %> <% String m_link = ""; String m_targrt = ""; int m_targrt_tag = 0; menu_sql = "select * from tbl_menu where c_home = 11 and c_use = 0 and c_up_no = "+ menu1 +" order by c_order asc"; rs_menu = stmt.executeQuery(menu_sql); while(rs_menu.next()){ if(rs_menu.getInt("c_type") == 1 || rs_menu.getInt("c_type") == 5){ m_link = "/cms_for_bcb/show.jsp?show_no=" + rs_menu.getInt("c_no") + "&check_no=" + rs_menu.getInt("c_up_no") + "&c_relation=" + rs_menu.getInt("c_relation") + "&c_relation2=" + rs_menu.getInt("c_relation2"); } if(rs_menu.getInt("c_type") == 2){ m_link = "/cms_for_bcb/process/"+ rs_menu.getString("c_content") +"/list.jsp?show_no="+ rs_menu.getInt("c_no") +"&check_no="+ rs_menu.getInt("c_up_no") +"&c_relation="+ rs_menu.getInt("c_relation") +"&c_relation2="+ rs_menu.getInt("c_relation2"); } if(rs_menu.getInt("c_type") == 3 || rs_menu.getInt("c_type") == 4){ m_link = rs_menu.getString("c_content"); } if(rs_menu.getInt("c_type") == 4){ m_targrt = "_blank"; m_targrt_tag = 2; } %> selected<%}%>> <%=rs_menu.getString("c_name")%> <% } rs_menu.close(); %>