홈페이지 좌측 메뉴에서 선택한게 다음페이지에서 고정적으로 보여지게 하고싶은데..어떻게하나요
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script
src="${pageContext.request.contextPath}/admin/temp/assets/js/jquery-1.10.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.main_menu_logo_ar').click(function() {
console.log(this)
/* $(this).addClass('active');
if ($(this).find('li').hasClass('main_menu_s_text'))
{//추가할때
console.log(1111111)
$(this).find('li').removeClass('main_menu_s_text');
$(this).addClass('active');
$('#master-regist').removeClass("fade");
} */
/* else {//추가 취소할때
$(this).find('span').removeClass('glyphicon-minus');
$(this).find('span').addClass('glyphicon-plus');
$('#masterCode-input').val('');
$('#masterName-input').val('');
$('#master-regist').addClass("fade");
} */
if ($(this).parent())
{
console.log(this)
}
});
});
</script>
</head>
<body>
<!-- /. TOP NAVI 시작부분 -->
<!-- <nav class="navbar navbar-default navbar-cls-top " role="navigation"
style="margin-bottom: 0"> -->
<div class="btn_MA_tg navbar-header">
<button type="button" class="btn_MA_tg navbar-toggle"
data-toggle="collapse" data-target=".sidebar-collapse">
<span class="sr-only">Toggle navigation<img
src="${pageContext.request.contextPath}/imgs/inovtech.png"
class="user-image img-responsive" alt="enterprize" /></span> <span
class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="index.jsp"></a> -->
</div>
<!-- </nav> -->
<!-- /. side NAVI 시작부분 -->
<nav class="navbar-default navbar-side" role="navigation">
<div class="sidebar-collapse main_menu_bg">
<ul class="nav" id="main-menu">
<li style="border: 0; text-align: center;" class="main_menu_util_ar"><span><a
href="main">HOME</a></span> l <span><a href="#">SITEMAP</a></span> l <span><a
href="in_04_contact">CONTACT US</a></span></li>
<li style="border: 0; text-align: center;" class="main_menu_logo_ar">
<a href="${pageContext.request.contextPath}/main"><img
src="${pageContext.request.contextPath}/imgs/main_gnb_logo.gif"
alt="LOGO" /></a>
</li>
<!-- ------------------ 회사소개 개요 ------------------------ -->
<li style="border: 0" class="main_menu_m_text active">
<a href="${pageContext.request.contextPath}/in_01_ceo">
<i class="menu1"></i> 회사소개
</a>
<ul class="nav" id="tab">
<li class="main_menu_s_text"><a href="in_01_ceo"
style="background-color: #fff">CEO인사말</a></li>
<li class="main_menu_s_text"><a href="in_02_philo"
style="background-color: #fff">기업이념</a></li>
<li class="main_menu_s_text"><a href="in_03_corp"
style="background-color: #fff">법인현황</a></li>
<li class="main_menu_s_text"><a href="in_04_contact"
style="background-color: #fff">오시는길</a></li>
</ul></li>
<!-- ------------------ 솔루션 개요 ------------------------ -->
<li style="border: 0" class="main_menu_m_text"><a
href="${pageContext.request.contextPath}/so_01_health_01"> <i
class="menu2"></i>솔루션
</a>
<ul class="nav">
<li class="main_menu_s_text"><a href="so_01_health_01"
style="background-color: #fff"><i class=""></i>건강검진 솔루션</a></li>
<li class="main_menu_s_text"><a href="so_02_time"
style="background-color: #fff"><i class=""></i>Time Manager</a></li>
<li class="main_menu_s_text"><a href="so_03_ac"
style="background-color: #fff"><i class=""></i>AC Manager</a></li>
<li class="main_menu_s_text"><a href="so_04_erp"
style="background-color: #fff"><i class=""></i>INO-ERP</a></li>
<li class="main_menu_s_text"><a href="so_05_dfs"
style="background-color: #fff"><i class=""></i>INO-DFS</a></li>
<li class="main_menu_s_text"><a href="so_06_spac_00"
style="background-color: #fff"><i class=""></i>SMARTPAC-ERP</a></li>
<li class="main_menu_s_text"><a href="so_07_mpms"
style="background-color: #fff"><i class=""></i>mPMS</a></li>
<li class="main_menu_s_text"><a href="so_08_farm"
style="background-color: #fff"><i class=""></i>Farm-plus</a></li>
<li class="main_menu_s_text"><a href="so_09_cms"
style="background-color: #fff"><i class=""></i>CMS</a></li>
<li class="main_menu_s_text"><a href="so_10_tms_01"
style="background-color: #fff"><i class=""></i>TMS</a></li>
<li class="main_menu_s_text"><a href="so_11_think"
style="background-color: #fff"><i class=""></i>Think wise</a></li>
<li class="main_menu_s_text"><a href="so_12_com"
style="background-color: #fff"><i class=""></i>똑똑컴</a></li>
</ul></li>
댓글 1개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3630 | ||
| 7229 | 11년 전 | 3754 | ||
| 7228 | 11년 전 | 3793 | ||
| 7227 | 11년 전 | 3916 | ||
| 7226 | 11년 전 | 2367 | ||
| 7225 | 11년 전 | 17459 | ||
| 7224 |
AngryDev
|
11년 전 | 1363 | |
| 7223 |
돌아온깡통
|
11년 전 | 1111 | |
| 7222 |
돌아온깡통
|
11년 전 | 1054 | |
| 7221 |
돌아온깡통
|
11년 전 | 887 | |
| 7220 |
돌아온깡통
|
11년 전 | 1008 | |
| 7219 |
돌아온깡통
|
11년 전 | 838 | |
| 7218 |
돌아온깡통
|
11년 전 | 669 | |
| 7217 |
돌아온깡통
|
11년 전 | 1058 | |
| 7216 |
돌아온깡통
|
11년 전 | 796 | |
| 7215 |
돌아온깡통
|
11년 전 | 715 | |
| 7214 |
돌아온깡통
|
11년 전 | 1065 | |
| 7213 |
돌아온깡통
|
11년 전 | 935 | |
| 7212 |
돌아온깡통
|
11년 전 | 721 | |
| 7211 |
돌아온깡통
|
11년 전 | 875 | |
| 7210 |
돌아온깡통
|
11년 전 | 902 | |
| 7209 |
돌아온깡통
|
11년 전 | 894 | |
| 7208 |
돌아온깡통
|
11년 전 | 1011 | |
| 7207 |
돌아온깡통
|
11년 전 | 626 | |
| 7206 |
돌아온깡통
|
11년 전 | 687 | |
| 7205 |
돌아온깡통
|
11년 전 | 873 | |
| 7204 |
돌아온깡통
|
11년 전 | 736 | |
| 7203 |
돌아온깡통
|
11년 전 | 748 | |
| 7202 |
돌아온깡통
|
11년 전 | 723 | |
| 7201 |
돌아온깡통
|
11년 전 | 676 | |
| 7200 |
돌아온깡통
|
11년 전 | 710 | |
| 7199 |
돌아온깡통
|
11년 전 | 1325 | |
| 7198 |
돌아온깡통
|
11년 전 | 660 | |
| 7197 |
돌아온깡통
|
11년 전 | 976 | |
| 7196 |
돌아온깡통
|
11년 전 | 881 | |
| 7195 |
돌아온깡통
|
11년 전 | 617 | |
| 7194 |
돌아온깡통
|
11년 전 | 648 | |
| 7193 |
돌아온깡통
|
11년 전 | 711 | |
| 7192 |
돌아온깡통
|
11년 전 | 746 | |
| 7191 |
joe031
|
11년 전 | 1275 | |
| 7190 | 11년 전 | 4161 | ||
| 7189 | 11년 전 | 1253 | ||
| 7188 |
잘살아보자
|
11년 전 | 968 | |
| 7187 | 11년 전 | 1448 | ||
| 7186 |
kiplayer
|
11년 전 | 7555 | |
| 7185 | 11년 전 | 1144 | ||
| 7184 |
잘살아보자
|
11년 전 | 2343 | |
| 7183 |
잘살아보자
|
11년 전 | 1154 | |
| 7182 |
잘살아보자
|
11년 전 | 1223 | |
| 7181 | 11년 전 | 1492 | ||
| 7180 |
하얀비요일
|
11년 전 | 991 | |
| 7179 |
잘살아보자
|
11년 전 | 994 | |
| 7178 | 11년 전 | 987 | ||
| 7177 | 11년 전 | 1008 | ||
| 7176 | 11년 전 | 1667 | ||
| 7175 |
|
11년 전 | 1050 | |
| 7174 |
kiplayer
|
11년 전 | 1180 | |
| 7173 | 11년 전 | 961 | ||
| 7172 |
잘살아보자
|
11년 전 | 4644 | |
| 7171 |
잘살아보자
|
11년 전 | 712 | |
| 7170 | 11년 전 | 1077 | ||
| 7169 |
초심의설렘
|
11년 전 | 1475 | |
| 7168 | 11년 전 | 1009 | ||
| 7167 |
잘살아보자
|
11년 전 | 5290 | |
| 7166 |
잘살아보자
|
11년 전 | 3440 | |
| 7165 | 11년 전 | 4961 | ||
| 7164 | 11년 전 | 837 | ||
| 7163 | 11년 전 | 1211 | ||
| 7162 |
울라라라우
|
11년 전 | 1390 | |
| 7161 | 11년 전 | 1263 | ||
| 7160 |
skyler
|
11년 전 | 1191 | |
| 7159 |
|
11년 전 | 711 | |
| 7158 |
|
11년 전 | 3359 | |
| 7157 |
잘살아보자
|
11년 전 | 2895 | |
| 7156 |
잘살아보자
|
11년 전 | 2228 | |
| 7155 |
잘살아보자
|
11년 전 | 1458 | |
| 7154 |
잘살아보자
|
11년 전 | 1451 | |
| 7153 | 11년 전 | 2900 | ||
| 7152 |
울라라라우
|
11년 전 | 832 | |
| 7151 | 11년 전 | 1066 | ||
| 7150 |
잘살아보자
|
11년 전 | 2388 | |
| 7149 |
잘살아보자
|
11년 전 | 3298 | |
| 7148 |
잘살아보자
|
11년 전 | 1196 | |
| 7147 |
잘살아보자
|
11년 전 | 765 | |
| 7146 |
잘살아보자
|
11년 전 | 1409 | |
| 7145 |
잘살아보자
|
11년 전 | 724 | |
| 7144 |
잘살아보자
|
11년 전 | 1316 | |
| 7143 |
잘살아보자
|
11년 전 | 764 | |
| 7142 |
잘살아보자
|
11년 전 | 1456 | |
| 7141 |
잘살아보자
|
11년 전 | 1200 | |
| 7140 |
잘살아보자
|
11년 전 | 2020 | |
| 7139 |
잘살아보자
|
11년 전 | 3684 | |
| 7138 |
잘살아보자
|
11년 전 | 3180 | |
| 7137 |
잘살아보자
|
11년 전 | 3633 | |
| 7136 |
잘살아보자
|
11년 전 | 1389 | |
| 7135 |
gooroo
|
11년 전 | 1617 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2324 | |
| 7133 |
|
11년 전 | 1024 | |
| 7132 | 11년 전 | 1434 | ||
| 7131 | 11년 전 | 3579 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기