자바스크립트 관련 PHP세션 질문입니다...(_ _);;
<scRIPT LANGUAGE="Javascript">
var side_content = function() {
var __sidecontent = document.getElementById('sidecontent');
var __sidebtn = document.getElementById('_sidebtn');
if(__sidecontent.style.display != "none") {
__sidecontent.style.display = "none";
__sidebtn.src="/img/btn_side_open.png";
} else {
__sidecontent.style.display = "block";
__sidebtn.src="/img/btn_side_close.png";
}
}
</scRIPT>
----------------------------------------------------------------------------------------
<style type="text/css">
#sidecontent { position:relative; display:block; width:250px; height:100%; background-color:#f4f4f4;}
#sidecontent .menu-content { margin:5px 0 0 0; border-top:1px solid #D9D9D9; border-bottom:1px solid #D9D9D9; background-color:#EFEFEF; padding:5px; }
#sidecontent .menu-content a { letter-spacing:-1px; color:#484848; padding:0 5px 0 5px; }
#sidecontent .menu-content a:hover { text-decoration:underline; }
#sidecontent .menu-content .menuline { margin:5px 0 5px 0; }
.btn_side { position:fixed; top:50%; bottom:50%; vertical-align: middle; text-align:center; }
</style>
----------------------------------------------------------------------------------------
<table id="left">
<td><div align="left" valign="top" id="sidecontent">
<div class="latest">test</div>
</div></div></td><td>
<a href="#" onclick="side_content();" style="cursor:hand;" class="btn_side"><img id='_sidebtn' src="<?=$g4[path]?>/img/btn_side_close.png" border="0"></a></td>
</table>
----------------------------------------------------------------------------------------
<!-- btn_side_close.png 이미지를 클릭하면 왼쪽에서사이드컨텐츠가 사라지며 btn_side_close.png 이미지가 btn_side_open.png 이미지로 바뀐다. 또한 btn_side_open.png 이미지를 클릭하면 사이드컨텐츠가 나타나며 btn_side_close.png 이미지로 바뀐다. -->
여기서 idecontent.style.display가 block상태로 다른페이지로 넘어가도 유지되도록하고싶습니다. 어떻게 해야 유지되는지에 대해 방법을 질문합니다.
댓글 1개
배우는이군
13년 전
이런문제는 굳이 세션을 넘기시지 않아도 side_content(); 를 실행했을때
document.getElementById("test").value = "block 이나 none" 임의로 값을 넣어서
링크 가져갈때 저 vlaue 값을 가져가서 css자체에서 처리하시는게 좋을듯 한데요
document.getElementById("test").value = "block 이나 none" 임의로 값을 넣어서
링크 가져갈때 저 vlaue 값을 가져가서 css자체에서 처리하시는게 좋을듯 한데요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 61 | ||
| 8228 |
커네드커네드
|
9년 전 | 107 | |
| 8227 | 9년 전 | 114 | ||
| 8226 | 9년 전 | 153 | ||
| 8225 | 9년 전 | 141 | ||
| 8224 | 9년 전 | 140 | ||
| 8223 | 9년 전 | 109 | ||
| 8222 |
|
9년 전 | 173 | |
| 8221 | 9년 전 | 80 | ||
| 8220 | 9년 전 | 89 | ||
| 8219 | 9년 전 | 93 | ||
| 8218 | 9년 전 | 126 | ||
| 8217 |
star3840
|
9년 전 | 103 | |
| 8216 | 9년 전 | 150 | ||
| 8215 | 9년 전 | 100 | ||
| 8214 | 9년 전 | 217 | ||
| 8213 | 9년 전 | 147 | ||
| 8212 | 9년 전 | 75 | ||
| 8211 | 9년 전 | 234 | ||
| 8210 | 9년 전 | 235 | ||
| 8209 | 9년 전 | 325 | ||
| 8208 | 9년 전 | 203 | ||
| 8207 | 9년 전 | 216 | ||
| 8206 |
|
9년 전 | 174 | |
| 8205 | 9년 전 | 160 | ||
| 8204 | 9년 전 | 121 | ||
| 8203 | 9년 전 | 221 | ||
| 8202 | 9년 전 | 133 | ||
| 8201 | 9년 전 | 170 | ||
| 8200 | 9년 전 | 147 | ||
| 8199 | 9년 전 | 197 | ||
| 8198 | 9년 전 | 165 | ||
| 8197 | 9년 전 | 152 | ||
| 8196 | 9년 전 | 537 | ||
| 8195 | 9년 전 | 145 | ||
| 8194 | 9년 전 | 274 | ||
| 8193 | 9년 전 | 148 | ||
| 8192 | 9년 전 | 174 | ||
| 8191 | 9년 전 | 128 | ||
| 8190 | 9년 전 | 118 | ||
| 8189 | 9년 전 | 178 | ||
| 8188 | 9년 전 | 121 | ||
| 8187 | 9년 전 | 130 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 301 | ||
| 8184 | 9년 전 | 98 | ||
| 8183 | 9년 전 | 314 | ||
| 8182 | 9년 전 | 157 | ||
| 8181 | 9년 전 | 118 | ||
| 8180 | 9년 전 | 687 | ||
| 8179 | 9년 전 | 477 | ||
| 8178 | 9년 전 | 294 | ||
| 8177 |
kiplayer
|
9년 전 | 302 | |
| 8176 | 9년 전 | 341 | ||
| 8175 | 9년 전 | 210 | ||
| 8174 | 9년 전 | 228 | ||
| 8173 | 9년 전 | 334 | ||
| 8172 | 9년 전 | 183 | ||
| 8171 | 9년 전 | 172 | ||
| 8170 | 9년 전 | 285 | ||
| 8169 |
커네드커네드
|
9년 전 | 250 | |
| 8168 | 9년 전 | 310 | ||
| 8167 | 9년 전 | 311 | ||
| 8166 | 9년 전 | 224 | ||
| 8165 | 9년 전 | 154 | ||
| 8164 | 9년 전 | 292 | ||
| 8163 | 9년 전 | 276 | ||
| 8162 | 9년 전 | 286 | ||
| 8161 | 9년 전 | 282 | ||
| 8160 |
|
9년 전 | 478 | |
| 8159 | 9년 전 | 411 | ||
| 8158 | 9년 전 | 228 | ||
| 8157 | 9년 전 | 364 | ||
| 8156 | 9년 전 | 270 | ||
| 8155 | 9년 전 | 244 | ||
| 8154 |
00년생용띠
|
9년 전 | 591 | |
| 8153 | 9년 전 | 221 | ||
| 8152 |
|
9년 전 | 394 | |
| 8151 | 9년 전 | 396 | ||
| 8150 | 9년 전 | 488 | ||
| 8149 |
Jangfolk
|
9년 전 | 331 | |
| 8148 | 9년 전 | 156 | ||
| 8147 | 9년 전 | 363 | ||
| 8146 | 9년 전 | 424 | ||
| 8145 | 9년 전 | 365 | ||
| 8144 | 9년 전 | 334 | ||
| 8143 | 9년 전 | 181 | ||
| 8142 | 9년 전 | 420 | ||
| 8141 | 9년 전 | 368 | ||
| 8140 | 9년 전 | 918 | ||
| 8139 | 9년 전 | 251 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 378 | ||
| 8136 | 9년 전 | 732 | ||
| 8135 |
|
9년 전 | 782 | |
| 8134 |
PlayPixel
|
9년 전 | 499 | |
| 8133 |
|
9년 전 | 427 | |
| 8132 | 9년 전 | 439 | ||
| 8131 | 9년 전 | 801 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기