<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4004 | ||
| 129 | 20년 전 | 2942 | ||
| 128 | 20년 전 | 3680 | ||
| 127 | 20년 전 | 3516 | ||
| 126 | 20년 전 | 3769 | ||
| 125 | 20년 전 | 8594 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3752 | ||
| 122 | 20년 전 | 3210 | ||
| 121 | 20년 전 | 2611 | ||
| 120 | 20년 전 | 2674 | ||
| 119 | 20년 전 | 2588 | ||
| 118 | 20년 전 | 2863 | ||
| 117 |
|
20년 전 | 3062 | |
| 116 | 20년 전 | 5317 | ||
| 115 | 20년 전 | 3924 | ||
| 114 | 20년 전 | 4974 | ||
| 113 | 20년 전 | 6213 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18433 | ||
| 110 | 20년 전 | 6877 | ||
| 109 | 20년 전 | 2887 | ||
| 108 | 20년 전 | 4143 | ||
| 107 |
prosper
|
20년 전 | 2501 | |
| 106 |
prosper
|
20년 전 | 4320 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2261 | ||
| 103 | 20년 전 | 2479 | ||
| 102 | 20년 전 | 2262 | ||
| 101 | 20년 전 | 2578 | ||
| 100 | 20년 전 | 1751 | ||
| 99 | 20년 전 | 1573 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2131 | ||
| 96 | 20년 전 | 1881 | ||
| 95 | 20년 전 | 2380 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1757 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 20년 전 | 2343 | ||
| 89 | 20년 전 | 3175 | ||
| 88 | 20년 전 | 2872 | ||
| 87 | 20년 전 | 3299 | ||
| 86 | 20년 전 | 5137 | ||
| 85 | 20년 전 | 2524 | ||
| 84 | 20년 전 | 4825 | ||
| 83 | 20년 전 | 2507 | ||
| 82 | 20년 전 | 3124 | ||
| 81 | 20년 전 | 7631 | ||
| 80 | 20년 전 | 3827 | ||
| 79 | 20년 전 | 3213 | ||
| 78 | 20년 전 | 4698 | ||
| 77 | 20년 전 | 2904 | ||
| 76 | 20년 전 | 6224 | ||
| 75 | 20년 전 | 4471 | ||
| 74 | 20년 전 | 5785 | ||
| 73 | 20년 전 | 3630 | ||
| 72 | 20년 전 | 5972 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2845 | ||
| 69 | 21년 전 | 2643 | ||
| 68 | 21년 전 | 2449 | ||
| 67 | 21년 전 | 2658 | ||
| 66 | 21년 전 | 2674 | ||
| 65 | 21년 전 | 3792 | ||
| 64 | 21년 전 | 2829 | ||
| 63 | 21년 전 | 2458 | ||
| 62 | 21년 전 | 2267 | ||
| 61 | 21년 전 | 3080 | ||
| 60 | 21년 전 | 3134 | ||
| 59 | 21년 전 | 2521 | ||
| 58 | 21년 전 | 2593 | ||
| 57 | 21년 전 | 2972 | ||
| 56 | 21년 전 | 2329 | ||
| 55 | 21년 전 | 2763 | ||
| 54 | 21년 전 | 2131 | ||
| 53 | 21년 전 | 2357 | ||
| 52 | 21년 전 | 2701 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2172 | |
| 49 | 21년 전 | 2181 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1932 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2362 | ||
| 43 | 21년 전 | 4584 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2153 | ||
| 38 | 21년 전 | 2421 | ||
| 37 | 21년 전 | 2570 | ||
| 36 | 21년 전 | 1778 | ||
| 35 | 21년 전 | 4074 | ||
| 34 | 21년 전 | 3852 | ||
| 33 | 21년 전 | 2990 | ||
| 32 |
prosper
|
21년 전 | 2906 | |
| 31 | 21년 전 | 5287 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기