자바스크립트 관련 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년 전 | 164 | ||
| 8229 | 9년 전 | 137 | ||
| 8228 |
커네드커네드
|
9년 전 | 184 | |
| 8227 | 9년 전 | 227 | ||
| 8226 | 9년 전 | 243 | ||
| 8225 | 9년 전 | 224 | ||
| 8224 | 9년 전 | 232 | ||
| 8223 | 9년 전 | 209 | ||
| 8222 |
|
9년 전 | 269 | |
| 8221 | 9년 전 | 171 | ||
| 8220 | 9년 전 | 208 | ||
| 8219 | 9년 전 | 177 | ||
| 8218 | 9년 전 | 230 | ||
| 8217 |
star3840
|
9년 전 | 195 | |
| 8216 | 9년 전 | 260 | ||
| 8215 | 9년 전 | 204 | ||
| 8214 | 9년 전 | 322 | ||
| 8213 | 9년 전 | 276 | ||
| 8212 | 9년 전 | 179 | ||
| 8211 | 9년 전 | 357 | ||
| 8210 | 9년 전 | 355 | ||
| 8209 | 9년 전 | 433 | ||
| 8208 | 9년 전 | 320 | ||
| 8207 | 9년 전 | 331 | ||
| 8206 |
|
9년 전 | 278 | |
| 8205 | 9년 전 | 251 | ||
| 8204 | 9년 전 | 237 | ||
| 8203 | 9년 전 | 313 | ||
| 8202 | 9년 전 | 229 | ||
| 8201 | 9년 전 | 262 | ||
| 8200 | 9년 전 | 273 | ||
| 8199 | 9년 전 | 298 | ||
| 8198 | 9년 전 | 260 | ||
| 8197 | 9년 전 | 247 | ||
| 8196 | 9년 전 | 667 | ||
| 8195 | 9년 전 | 257 | ||
| 8194 | 9년 전 | 369 | ||
| 8193 | 9년 전 | 275 | ||
| 8192 | 9년 전 | 290 | ||
| 8191 | 9년 전 | 244 | ||
| 8190 | 9년 전 | 229 | ||
| 8189 | 9년 전 | 295 | ||
| 8188 | 9년 전 | 223 | ||
| 8187 | 9년 전 | 235 | ||
| 8186 | 9년 전 | 231 | ||
| 8185 | 9년 전 | 401 | ||
| 8184 | 9년 전 | 189 | ||
| 8183 | 9년 전 | 399 | ||
| 8182 | 9년 전 | 268 | ||
| 8181 | 9년 전 | 227 | ||
| 8180 | 9년 전 | 793 | ||
| 8179 | 9년 전 | 569 | ||
| 8178 | 9년 전 | 431 | ||
| 8177 |
kiplayer
|
9년 전 | 427 | |
| 8176 | 9년 전 | 458 | ||
| 8175 | 9년 전 | 350 | ||
| 8174 | 9년 전 | 338 | ||
| 8173 | 9년 전 | 432 | ||
| 8172 | 9년 전 | 306 | ||
| 8171 | 9년 전 | 272 | ||
| 8170 | 9년 전 | 386 | ||
| 8169 |
커네드커네드
|
9년 전 | 344 | |
| 8168 | 9년 전 | 423 | ||
| 8167 | 9년 전 | 411 | ||
| 8166 | 9년 전 | 313 | ||
| 8165 | 9년 전 | 260 | ||
| 8164 | 9년 전 | 393 | ||
| 8163 | 9년 전 | 395 | ||
| 8162 | 9년 전 | 383 | ||
| 8161 | 9년 전 | 398 | ||
| 8160 |
|
9년 전 | 614 | |
| 8159 | 9년 전 | 559 | ||
| 8158 | 9년 전 | 351 | ||
| 8157 | 9년 전 | 466 | ||
| 8156 | 9년 전 | 347 | ||
| 8155 | 9년 전 | 350 | ||
| 8154 |
00년생용띠
|
9년 전 | 681 | |
| 8153 | 9년 전 | 319 | ||
| 8152 |
|
9년 전 | 500 | |
| 8151 | 9년 전 | 498 | ||
| 8150 | 9년 전 | 611 | ||
| 8149 |
Jangfolk
|
9년 전 | 467 | |
| 8148 | 9년 전 | 283 | ||
| 8147 | 9년 전 | 464 | ||
| 8146 | 9년 전 | 549 | ||
| 8145 | 9년 전 | 502 | ||
| 8144 | 9년 전 | 473 | ||
| 8143 | 9년 전 | 303 | ||
| 8142 | 9년 전 | 515 | ||
| 8141 | 9년 전 | 459 | ||
| 8140 | 9년 전 | 1023 | ||
| 8139 | 9년 전 | 374 | ||
| 8138 |
전갈자리남자
|
9년 전 | 476 | |
| 8137 | 9년 전 | 514 | ||
| 8136 | 9년 전 | 845 | ||
| 8135 |
|
9년 전 | 883 | |
| 8134 |
PlayPixel
|
9년 전 | 619 | |
| 8133 |
|
9년 전 | 529 | |
| 8132 | 9년 전 | 567 | ||
| 8131 | 9년 전 | 924 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기