자바스크립트 관련 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년 전 | 149 | ||
| 8229 | 9년 전 | 127 | ||
| 8228 |
커네드커네드
|
9년 전 | 172 | |
| 8227 | 9년 전 | 217 | ||
| 8226 | 9년 전 | 234 | ||
| 8225 | 9년 전 | 211 | ||
| 8224 | 9년 전 | 217 | ||
| 8223 | 9년 전 | 191 | ||
| 8222 |
|
9년 전 | 257 | |
| 8221 | 9년 전 | 165 | ||
| 8220 | 9년 전 | 198 | ||
| 8219 | 9년 전 | 165 | ||
| 8218 | 9년 전 | 209 | ||
| 8217 |
star3840
|
9년 전 | 178 | |
| 8216 | 9년 전 | 247 | ||
| 8215 | 9년 전 | 191 | ||
| 8214 | 9년 전 | 306 | ||
| 8213 | 9년 전 | 256 | ||
| 8212 | 9년 전 | 171 | ||
| 8211 | 9년 전 | 346 | ||
| 8210 | 9년 전 | 345 | ||
| 8209 | 9년 전 | 423 | ||
| 8208 | 9년 전 | 307 | ||
| 8207 | 9년 전 | 316 | ||
| 8206 |
|
9년 전 | 265 | |
| 8205 | 9년 전 | 243 | ||
| 8204 | 9년 전 | 230 | ||
| 8203 | 9년 전 | 296 | ||
| 8202 | 9년 전 | 212 | ||
| 8201 | 9년 전 | 256 | ||
| 8200 | 9년 전 | 271 | ||
| 8199 | 9년 전 | 281 | ||
| 8198 | 9년 전 | 248 | ||
| 8197 | 9년 전 | 234 | ||
| 8196 | 9년 전 | 651 | ||
| 8195 | 9년 전 | 245 | ||
| 8194 | 9년 전 | 356 | ||
| 8193 | 9년 전 | 263 | ||
| 8192 | 9년 전 | 277 | ||
| 8191 | 9년 전 | 228 | ||
| 8190 | 9년 전 | 220 | ||
| 8189 | 9년 전 | 281 | ||
| 8188 | 9년 전 | 214 | ||
| 8187 | 9년 전 | 219 | ||
| 8186 | 9년 전 | 222 | ||
| 8185 | 9년 전 | 387 | ||
| 8184 | 9년 전 | 176 | ||
| 8183 | 9년 전 | 393 | ||
| 8182 | 9년 전 | 254 | ||
| 8181 | 9년 전 | 207 | ||
| 8180 | 9년 전 | 787 | ||
| 8179 | 9년 전 | 551 | ||
| 8178 | 9년 전 | 415 | ||
| 8177 |
kiplayer
|
9년 전 | 413 | |
| 8176 | 9년 전 | 446 | ||
| 8175 | 9년 전 | 338 | ||
| 8174 | 9년 전 | 327 | ||
| 8173 | 9년 전 | 419 | ||
| 8172 | 9년 전 | 296 | ||
| 8171 | 9년 전 | 261 | ||
| 8170 | 9년 전 | 377 | ||
| 8169 |
커네드커네드
|
9년 전 | 328 | |
| 8168 | 9년 전 | 410 | ||
| 8167 | 9년 전 | 402 | ||
| 8166 | 9년 전 | 303 | ||
| 8165 | 9년 전 | 247 | ||
| 8164 | 9년 전 | 376 | ||
| 8163 | 9년 전 | 377 | ||
| 8162 | 9년 전 | 372 | ||
| 8161 | 9년 전 | 390 | ||
| 8160 |
|
9년 전 | 598 | |
| 8159 | 9년 전 | 540 | ||
| 8158 | 9년 전 | 337 | ||
| 8157 | 9년 전 | 447 | ||
| 8156 | 9년 전 | 338 | ||
| 8155 | 9년 전 | 334 | ||
| 8154 |
00년생용띠
|
9년 전 | 671 | |
| 8153 | 9년 전 | 309 | ||
| 8152 |
|
9년 전 | 490 | |
| 8151 | 9년 전 | 487 | ||
| 8150 | 9년 전 | 592 | ||
| 8149 |
Jangfolk
|
9년 전 | 450 | |
| 8148 | 9년 전 | 269 | ||
| 8147 | 9년 전 | 451 | ||
| 8146 | 9년 전 | 536 | ||
| 8145 | 9년 전 | 493 | ||
| 8144 | 9년 전 | 458 | ||
| 8143 | 9년 전 | 287 | ||
| 8142 | 9년 전 | 503 | ||
| 8141 | 9년 전 | 449 | ||
| 8140 | 9년 전 | 1012 | ||
| 8139 | 9년 전 | 363 | ||
| 8138 |
전갈자리남자
|
9년 전 | 464 | |
| 8137 | 9년 전 | 502 | ||
| 8136 | 9년 전 | 831 | ||
| 8135 |
|
9년 전 | 871 | |
| 8134 |
PlayPixel
|
9년 전 | 609 | |
| 8133 |
|
9년 전 | 517 | |
| 8132 | 9년 전 | 555 | ||
| 8131 | 9년 전 | 911 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기