자바스크립트 관련 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년 전 | 183 | ||
| 8229 | 9년 전 | 165 | ||
| 8228 |
커네드커네드
|
9년 전 | 202 | |
| 8227 | 9년 전 | 244 | ||
| 8226 | 9년 전 | 263 | ||
| 8225 | 9년 전 | 239 | ||
| 8224 | 9년 전 | 252 | ||
| 8223 | 9년 전 | 223 | ||
| 8222 |
|
9년 전 | 289 | |
| 8221 | 9년 전 | 190 | ||
| 8220 | 9년 전 | 229 | ||
| 8219 | 9년 전 | 202 | ||
| 8218 | 9년 전 | 248 | ||
| 8217 |
star3840
|
9년 전 | 210 | |
| 8216 | 9년 전 | 280 | ||
| 8215 | 9년 전 | 223 | ||
| 8214 | 9년 전 | 332 | ||
| 8213 | 9년 전 | 292 | ||
| 8212 | 9년 전 | 205 | ||
| 8211 | 9년 전 | 373 | ||
| 8210 | 9년 전 | 370 | ||
| 8209 | 9년 전 | 450 | ||
| 8208 | 9년 전 | 337 | ||
| 8207 | 9년 전 | 348 | ||
| 8206 |
|
9년 전 | 291 | |
| 8205 | 9년 전 | 267 | ||
| 8204 | 9년 전 | 253 | ||
| 8203 | 9년 전 | 333 | ||
| 8202 | 9년 전 | 247 | ||
| 8201 | 9년 전 | 285 | ||
| 8200 | 9년 전 | 292 | ||
| 8199 | 9년 전 | 312 | ||
| 8198 | 9년 전 | 280 | ||
| 8197 | 9년 전 | 261 | ||
| 8196 | 9년 전 | 684 | ||
| 8195 | 9년 전 | 269 | ||
| 8194 | 9년 전 | 384 | ||
| 8193 | 9년 전 | 298 | ||
| 8192 | 9년 전 | 305 | ||
| 8191 | 9년 전 | 265 | ||
| 8190 | 9년 전 | 245 | ||
| 8189 | 9년 전 | 304 | ||
| 8188 | 9년 전 | 238 | ||
| 8187 | 9년 전 | 253 | ||
| 8186 | 9년 전 | 249 | ||
| 8185 | 9년 전 | 418 | ||
| 8184 | 9년 전 | 205 | ||
| 8183 | 9년 전 | 415 | ||
| 8182 | 9년 전 | 283 | ||
| 8181 | 9년 전 | 241 | ||
| 8180 | 9년 전 | 811 | ||
| 8179 | 9년 전 | 590 | ||
| 8178 | 9년 전 | 448 | ||
| 8177 |
kiplayer
|
9년 전 | 445 | |
| 8176 | 9년 전 | 477 | ||
| 8175 | 9년 전 | 364 | ||
| 8174 | 9년 전 | 354 | ||
| 8173 | 9년 전 | 446 | ||
| 8172 | 9년 전 | 326 | ||
| 8171 | 9년 전 | 286 | ||
| 8170 | 9년 전 | 404 | ||
| 8169 |
커네드커네드
|
9년 전 | 361 | |
| 8168 | 9년 전 | 443 | ||
| 8167 | 9년 전 | 432 | ||
| 8166 | 9년 전 | 331 | ||
| 8165 | 9년 전 | 270 | ||
| 8164 | 9년 전 | 410 | ||
| 8163 | 9년 전 | 412 | ||
| 8162 | 9년 전 | 396 | ||
| 8161 | 9년 전 | 407 | ||
| 8160 |
|
9년 전 | 629 | |
| 8159 | 9년 전 | 573 | ||
| 8158 | 9년 전 | 370 | ||
| 8157 | 9년 전 | 486 | ||
| 8156 | 9년 전 | 359 | ||
| 8155 | 9년 전 | 369 | ||
| 8154 |
00년생용띠
|
9년 전 | 698 | |
| 8153 | 9년 전 | 336 | ||
| 8152 |
|
9년 전 | 517 | |
| 8151 | 9년 전 | 509 | ||
| 8150 | 9년 전 | 628 | ||
| 8149 |
Jangfolk
|
9년 전 | 482 | |
| 8148 | 9년 전 | 299 | ||
| 8147 | 9년 전 | 481 | ||
| 8146 | 9년 전 | 563 | ||
| 8145 | 9년 전 | 521 | ||
| 8144 | 9년 전 | 488 | ||
| 8143 | 9년 전 | 316 | ||
| 8142 | 9년 전 | 533 | ||
| 8141 | 9년 전 | 478 | ||
| 8140 | 9년 전 | 1040 | ||
| 8139 | 9년 전 | 385 | ||
| 8138 |
전갈자리남자
|
9년 전 | 492 | |
| 8137 | 9년 전 | 526 | ||
| 8136 | 9년 전 | 859 | ||
| 8135 |
|
9년 전 | 898 | |
| 8134 |
PlayPixel
|
9년 전 | 641 | |
| 8133 |
|
9년 전 | 546 | |
| 8132 | 9년 전 | 585 | ||
| 8131 | 9년 전 | 942 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기