<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="expires" content="-1">
<meta http-equiv="pragma" content="no-cache">
<title> jasko sample script </title>
</head>
<!---- [1단계] 아래 코드를 <HEAD> 와 <HEAD> 태그 사이에 붙여 넣으세요 --->
<style>
<!--
/* 메뉴판의 모양을 설정 하세요 */
#jslidemenubar, #jslidemenubar2{
cursor:hand;/* 메뉴판에 마우스를 대었을때의 커서 모양 */
position:absolute;
left:-155px;
width:160px;/* 메뉴판의 크기 */
top:50px;/* 위에서 부터의 간격 */
border:1.5px solid green;/* 테두리 모양 */
background-color:lightgreen;/* 배경색 */
layer-background-color:lightgreen;/* NS 용 배경색 */
font:12px 굴림;/* 메뉴 글꼴 */
line-height:20px;/* 라인 간격 */
}
-->
</style>
<!---- [2단계] 아래의 방법으로 <BODY> 와 <BODY> 태그 사이에 붙여 넣으세요 --->
<iframe id="jslidemenubar2" style="left:-150;border-width:0" src="sample.html" width=200 height=270></iframe>
<layer id="jslidemenubar" onMouseover="pull()" onMouseout="draw()" src="sample.html"></layer>
<script language="JavaScript1.2">
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (ns4)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (ie4||ns6){
themenu=(ns6)? document.getElementById("jslidemenubar2").style : document.all.jslidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.jslidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (ie4&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if (ns6&&parseInt(themenu.left)<rightboundary)
themenu.left=parseInt(themenu.left)+5
else if(ns4&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (ie4&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if (ns6&&parseInt(themenu.left)>leftboundary)
themenu.left=parseInt(themenu.left)-5
else if(ns4&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
<!------------------------- 여기까지 ------------------------------------>
</body>
</html>
<!--- [3단계] iframe 에서 불러올 sample.html 파일에 아래의 코드를 입력 하세요 --->
<!--------
<body onMouseover="if (document.all&&window.parent.pull) window.parent.pull()"
onMouseout="if (document.all&&window.parent.pull) window.parent.draw()" topmargin="5" leftmargin="5"
marginwidth="5" marginheight="5">
-------><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<html>
<head>
<meta http-equiv="expires" content="-1">
<meta http-equiv="pragma" content="no-cache">
<title> jasko sample script </title>
</head>
<!---- [1단계] 아래 코드를 <HEAD> 와 <HEAD> 태그 사이에 붙여 넣으세요 --->
<style>
<!--
/* 메뉴판의 모양을 설정 하세요 */
#jslidemenubar, #jslidemenubar2{
cursor:hand;/* 메뉴판에 마우스를 대었을때의 커서 모양 */
position:absolute;
left:-155px;
width:160px;/* 메뉴판의 크기 */
top:50px;/* 위에서 부터의 간격 */
border:1.5px solid green;/* 테두리 모양 */
background-color:lightgreen;/* 배경색 */
layer-background-color:lightgreen;/* NS 용 배경색 */
font:12px 굴림;/* 메뉴 글꼴 */
line-height:20px;/* 라인 간격 */
}
-->
</style>
<!---- [2단계] 아래의 방법으로 <BODY> 와 <BODY> 태그 사이에 붙여 넣으세요 --->
<iframe id="jslidemenubar2" style="left:-150;border-width:0" src="sample.html" width=200 height=270></iframe>
<layer id="jslidemenubar" onMouseover="pull()" onMouseout="draw()" src="sample.html"></layer>
<script language="JavaScript1.2">
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (ns4)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (ie4||ns6){
themenu=(ns6)? document.getElementById("jslidemenubar2").style : document.all.jslidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
themenu=document.layers.jslidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (ie4&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if (ns6&&parseInt(themenu.left)<rightboundary)
themenu.left=parseInt(themenu.left)+5
else if(ns4&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (ie4&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if (ns6&&parseInt(themenu.left)>leftboundary)
themenu.left=parseInt(themenu.left)-5
else if(ns4&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
<!------------------------- 여기까지 ------------------------------------>
</body>
</html>
<!--- [3단계] iframe 에서 불러올 sample.html 파일에 아래의 코드를 입력 하세요 --->
<!--------
<body onMouseover="if (document.all&&window.parent.pull) window.parent.pull()"
onMouseout="if (document.all&&window.parent.pull) window.parent.draw()" topmargin="5" leftmargin="5"
marginwidth="5" marginheight="5">
-------><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 504 | ||
| 8129 |
|
9년 전 | 651 | |
| 8128 | 9년 전 | 517 | ||
| 8127 |
|
9년 전 | 572 | |
| 8126 | 9년 전 | 503 | ||
| 8125 | 9년 전 | 763 | ||
| 8124 |
|
9년 전 | 511 | |
| 8123 | 9년 전 | 495 | ||
| 8122 | 9년 전 | 431 | ||
| 8121 | 9년 전 | 531 | ||
| 8120 | 9년 전 | 460 | ||
| 8119 | 9년 전 | 543 | ||
| 8118 |
|
9년 전 | 628 | |
| 8117 |
|
9년 전 | 397 | |
| 8116 |
PASKRAN
|
9년 전 | 466 | |
| 8115 | 9년 전 | 455 | ||
| 8114 |
kiplayer
|
9년 전 | 596 | |
| 8113 | 9년 전 | 438 | ||
| 8112 |
|
9년 전 | 555 | |
| 8111 | 9년 전 | 406 | ||
| 8110 | 9년 전 | 441 | ||
| 8109 | 9년 전 | 360 | ||
| 8108 |
|
9년 전 | 538 | |
| 8107 |
|
9년 전 | 436 | |
| 8106 |
|
9년 전 | 429 | |
| 8105 | 9년 전 | 472 | ||
| 8104 |
|
9년 전 | 426 | |
| 8103 |
|
9년 전 | 427 | |
| 8102 |
|
9년 전 | 389 | |
| 8101 |
snshero
|
9년 전 | 779 | |
| 8100 | 9년 전 | 835 | ||
| 8099 | 9년 전 | 805 | ||
| 8098 | 9년 전 | 711 | ||
| 8097 | 9년 전 | 512 | ||
| 8096 | 9년 전 | 710 | ||
| 8095 | 9년 전 | 838 | ||
| 8094 | 9년 전 | 508 | ||
| 8093 | 9년 전 | 793 | ||
| 8092 | 9년 전 | 754 | ||
| 8091 | 9년 전 | 1139 | ||
| 8090 | 9년 전 | 762 | ||
| 8089 | 9년 전 | 968 | ||
| 8088 | 9년 전 | 636 | ||
| 8087 | 9년 전 | 752 | ||
| 8086 | 9년 전 | 515 | ||
| 8085 | 9년 전 | 485 | ||
| 8084 | 9년 전 | 607 | ||
| 8083 | 9년 전 | 580 | ||
| 8082 | 9년 전 | 751 | ||
| 8081 | 9년 전 | 466 | ||
| 8080 | 9년 전 | 562 | ||
| 8079 | 9년 전 | 513 | ||
| 8078 | 9년 전 | 442 | ||
| 8077 | 9년 전 | 525 | ||
| 8076 | 9년 전 | 405 | ||
| 8075 | 9년 전 | 432 | ||
| 8074 | 9년 전 | 392 | ||
| 8073 | 9년 전 | 443 | ||
| 8072 | 9년 전 | 436 | ||
| 8071 |
o1o111
|
9년 전 | 891 | |
| 8070 | 9년 전 | 398 | ||
| 8069 | 9년 전 | 332 | ||
| 8068 | 9년 전 | 580 | ||
| 8067 | 9년 전 | 388 | ||
| 8066 | 9년 전 | 423 | ||
| 8065 | 9년 전 | 377 | ||
| 8064 | 9년 전 | 359 | ||
| 8063 | 9년 전 | 332 | ||
| 8062 | 9년 전 | 303 | ||
| 8061 | 9년 전 | 349 | ||
| 8060 | 9년 전 | 384 | ||
| 8059 | 9년 전 | 316 | ||
| 8058 | 9년 전 | 252 | ||
| 8057 | 9년 전 | 382 | ||
| 8056 | 9년 전 | 303 | ||
| 8055 | 9년 전 | 339 | ||
| 8054 | 9년 전 | 357 | ||
| 8053 | 9년 전 | 411 | ||
| 8052 | 9년 전 | 291 | ||
| 8051 | 9년 전 | 325 | ||
| 8050 | 9년 전 | 387 | ||
| 8049 | 9년 전 | 318 | ||
| 8048 | 9년 전 | 431 | ||
| 8047 | 9년 전 | 351 | ||
| 8046 | 9년 전 | 296 | ||
| 8045 | 9년 전 | 253 | ||
| 8044 | 9년 전 | 341 | ||
| 8043 | 9년 전 | 285 | ||
| 8042 | 9년 전 | 288 | ||
| 8041 | 9년 전 | 343 | ||
| 8040 | 9년 전 | 268 | ||
| 8039 | 9년 전 | 316 | ||
| 8038 | 9년 전 | 266 | ||
| 8037 | 9년 전 | 399 | ||
| 8036 | 9년 전 | 477 | ||
| 8035 | 9년 전 | 423 | ||
| 8034 | 9년 전 | 383 | ||
| 8033 | 9년 전 | 345 | ||
| 8032 | 9년 전 | 427 | ||
| 8031 | 9년 전 | 341 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기