자바스크립트 관련 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년 전 | 176 | ||
| 8229 | 9년 전 | 157 | ||
| 8228 |
커네드커네드
|
9년 전 | 197 | |
| 8227 | 9년 전 | 238 | ||
| 8226 | 9년 전 | 254 | ||
| 8225 | 9년 전 | 234 | ||
| 8224 | 9년 전 | 245 | ||
| 8223 | 9년 전 | 219 | ||
| 8222 |
|
9년 전 | 283 | |
| 8221 | 9년 전 | 181 | ||
| 8220 | 9년 전 | 221 | ||
| 8219 | 9년 전 | 196 | ||
| 8218 | 9년 전 | 240 | ||
| 8217 |
star3840
|
9년 전 | 207 | |
| 8216 | 9년 전 | 271 | ||
| 8215 | 9년 전 | 218 | ||
| 8214 | 9년 전 | 328 | ||
| 8213 | 9년 전 | 286 | ||
| 8212 | 9년 전 | 197 | ||
| 8211 | 9년 전 | 365 | ||
| 8210 | 9년 전 | 366 | ||
| 8209 | 9년 전 | 440 | ||
| 8208 | 9년 전 | 332 | ||
| 8207 | 9년 전 | 341 | ||
| 8206 |
|
9년 전 | 284 | |
| 8205 | 9년 전 | 261 | ||
| 8204 | 9년 전 | 249 | ||
| 8203 | 9년 전 | 327 | ||
| 8202 | 9년 전 | 242 | ||
| 8201 | 9년 전 | 273 | ||
| 8200 | 9년 전 | 285 | ||
| 8199 | 9년 전 | 308 | ||
| 8198 | 9년 전 | 273 | ||
| 8197 | 9년 전 | 254 | ||
| 8196 | 9년 전 | 679 | ||
| 8195 | 9년 전 | 266 | ||
| 8194 | 9년 전 | 375 | ||
| 8193 | 9년 전 | 288 | ||
| 8192 | 9년 전 | 299 | ||
| 8191 | 9년 전 | 255 | ||
| 8190 | 9년 전 | 238 | ||
| 8189 | 9년 전 | 298 | ||
| 8188 | 9년 전 | 236 | ||
| 8187 | 9년 전 | 243 | ||
| 8186 | 9년 전 | 242 | ||
| 8185 | 9년 전 | 415 | ||
| 8184 | 9년 전 | 199 | ||
| 8183 | 9년 전 | 409 | ||
| 8182 | 9년 전 | 279 | ||
| 8181 | 9년 전 | 234 | ||
| 8180 | 9년 전 | 802 | ||
| 8179 | 9년 전 | 584 | ||
| 8178 | 9년 전 | 442 | ||
| 8177 |
kiplayer
|
9년 전 | 437 | |
| 8176 | 9년 전 | 470 | ||
| 8175 | 9년 전 | 357 | ||
| 8174 | 9년 전 | 349 | ||
| 8173 | 9년 전 | 436 | ||
| 8172 | 9년 전 | 317 | ||
| 8171 | 9년 전 | 278 | ||
| 8170 | 9년 전 | 401 | ||
| 8169 |
커네드커네드
|
9년 전 | 354 | |
| 8168 | 9년 전 | 436 | ||
| 8167 | 9년 전 | 426 | ||
| 8166 | 9년 전 | 321 | ||
| 8165 | 9년 전 | 266 | ||
| 8164 | 9년 전 | 401 | ||
| 8163 | 9년 전 | 406 | ||
| 8162 | 9년 전 | 391 | ||
| 8161 | 9년 전 | 406 | ||
| 8160 |
|
9년 전 | 624 | |
| 8159 | 9년 전 | 569 | ||
| 8158 | 9년 전 | 362 | ||
| 8157 | 9년 전 | 476 | ||
| 8156 | 9년 전 | 355 | ||
| 8155 | 9년 전 | 361 | ||
| 8154 |
00년생용띠
|
9년 전 | 695 | |
| 8153 | 9년 전 | 328 | ||
| 8152 |
|
9년 전 | 508 | |
| 8151 | 9년 전 | 506 | ||
| 8150 | 9년 전 | 619 | ||
| 8149 |
Jangfolk
|
9년 전 | 479 | |
| 8148 | 9년 전 | 291 | ||
| 8147 | 9년 전 | 475 | ||
| 8146 | 9년 전 | 557 | ||
| 8145 | 9년 전 | 514 | ||
| 8144 | 9년 전 | 483 | ||
| 8143 | 9년 전 | 312 | ||
| 8142 | 9년 전 | 523 | ||
| 8141 | 9년 전 | 467 | ||
| 8140 | 9년 전 | 1032 | ||
| 8139 | 9년 전 | 382 | ||
| 8138 |
전갈자리남자
|
9년 전 | 486 | |
| 8137 | 9년 전 | 522 | ||
| 8136 | 9년 전 | 850 | ||
| 8135 |
|
9년 전 | 895 | |
| 8134 |
PlayPixel
|
9년 전 | 632 | |
| 8133 |
|
9년 전 | 538 | |
| 8132 | 9년 전 | 579 | ||
| 8131 | 9년 전 | 935 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기