<style>
<!--
.skin0{
position:absolute;
width:150px;
border:1px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}
.skin1{
cursor: default;
font: menutext;
position: absolute;
width: 165px;
background-color: menu;
border: 1 solid buttonface;
visibility:hidden;
border: 2 outset buttonhighlight;
}
.menuitems{
padding-left:5px;
padding-right:5px;
}
-->
</style>
<script language="JavaScript1.2">
//set the skin of the menu (0 or 1, with 1 rendering a default Windows menu like skin)
var menuskin=1
//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0
function showmenuie5(){
//Find out how close the mouse is to the corner of the window
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<ie5menu.offsetWidth)
//move the horizontal position of the menu to the left by it's width
ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth
else
//position the horizontal position of the menu where the mouse was clicked
ie5menu.style.left=document.body.scrollLeft+event.clientX
//same concept with the vertical position
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight
else
ie5menu.style.top=document.body.scrollTop+event.clientY
ie5menu.style.visibility="visible"
return false
}
function hidemenuie5(){
ie5menu.style.visibility="hidden"
}
function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
window.status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="menuitems"){
if (event.srcElement.getAttribute("target")!=null)
window.open(event.srcElement.url,event.srcElement.getAttribute("target"))
else
window.location=event.srcElement.url
}
}
</script>
<!--- //////// 이부분이 내용 //////////////////////////////////// --->
<!--[if IE]>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5
()">
<div class="menuitems" url="http://www.taeyo.net/">태요홈</div>
<div class="menuitems" url=""><hr></div>
<div class="menuitems" url="http://www.empas.com">엠파스</div>
<div class="menuitems" url="http://www.naver.com">네이버</div>
<div class="menuitems" url="http://www.yahoo.co.kr">야후</div>
<div class="menuitems" url="http://www.google.com">구글</div>
</div>
<![endif]-->
<!--- //////// 이부분이 내용 끝 //////////////////////////////////// --->
<script language="JavaScript1.2">
if (document.all&&window.print){
if (menuskin==0)
ie5menu.className="skin0"
else
ie5menu.className="skin1"
document.oncontextmenu=showmenuie5
document.body.onclick=hidemenuie5
}
</script>
<p> </p><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<!--
.skin0{
position:absolute;
width:150px;
border:1px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}
.skin1{
cursor: default;
font: menutext;
position: absolute;
width: 165px;
background-color: menu;
border: 1 solid buttonface;
visibility:hidden;
border: 2 outset buttonhighlight;
}
.menuitems{
padding-left:5px;
padding-right:5px;
}
-->
</style>
<script language="JavaScript1.2">
//set the skin of the menu (0 or 1, with 1 rendering a default Windows menu like skin)
var menuskin=1
//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0
function showmenuie5(){
//Find out how close the mouse is to the corner of the window
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<ie5menu.offsetWidth)
//move the horizontal position of the menu to the left by it's width
ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth
else
//position the horizontal position of the menu where the mouse was clicked
ie5menu.style.left=document.body.scrollLeft+event.clientX
//same concept with the vertical position
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight
else
ie5menu.style.top=document.body.scrollTop+event.clientY
ie5menu.style.visibility="visible"
return false
}
function hidemenuie5(){
ie5menu.style.visibility="hidden"
}
function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
window.status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="menuitems"){
if (event.srcElement.getAttribute("target")!=null)
window.open(event.srcElement.url,event.srcElement.getAttribute("target"))
else
window.location=event.srcElement.url
}
}
</script>
<!--- //////// 이부분이 내용 //////////////////////////////////// --->
<!--[if IE]>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5
()">
<div class="menuitems" url="http://www.taeyo.net/">태요홈</div>
<div class="menuitems" url=""><hr></div>
<div class="menuitems" url="http://www.empas.com">엠파스</div>
<div class="menuitems" url="http://www.naver.com">네이버</div>
<div class="menuitems" url="http://www.yahoo.co.kr">야후</div>
<div class="menuitems" url="http://www.google.com">구글</div>
</div>
<![endif]-->
<!--- //////// 이부분이 내용 끝 //////////////////////////////////// --->
<script language="JavaScript1.2">
if (document.all&&window.print){
if (menuskin==0)
ie5menu.className="skin0"
else
ie5menu.className="skin1"
document.oncontextmenu=showmenuie5
document.body.onclick=hidemenuie5
}
</script>
<p> </p><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4007 | ||
| 129 | 20년 전 | 2946 | ||
| 128 | 20년 전 | 3682 | ||
| 127 | 20년 전 | 3519 | ||
| 126 | 20년 전 | 3773 | ||
| 125 | 20년 전 | 8594 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3755 | ||
| 122 | 20년 전 | 3211 | ||
| 121 | 20년 전 | 2612 | ||
| 120 | 20년 전 | 2675 | ||
| 119 | 20년 전 | 2589 | ||
| 118 | 20년 전 | 2864 | ||
| 117 |
|
20년 전 | 3062 | |
| 116 | 20년 전 | 5320 | ||
| 115 | 20년 전 | 3930 | ||
| 114 | 20년 전 | 4975 | ||
| 113 | 20년 전 | 6217 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18436 | ||
| 110 | 20년 전 | 6880 | ||
| 109 | 20년 전 | 2888 | ||
| 108 | 20년 전 | 4143 | ||
| 107 |
prosper
|
20년 전 | 2502 | |
| 106 |
prosper
|
20년 전 | 4322 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2261 | ||
| 103 | 20년 전 | 2480 | ||
| 102 | 20년 전 | 2264 | ||
| 101 | 20년 전 | 2579 | ||
| 100 | 20년 전 | 1754 | ||
| 99 | 20년 전 | 1573 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2131 | ||
| 96 | 20년 전 | 1882 | ||
| 95 | 20년 전 | 2381 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1761 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 21년 전 | 2344 | ||
| 89 | 21년 전 | 3177 | ||
| 88 | 21년 전 | 2872 | ||
| 87 | 21년 전 | 3299 | ||
| 86 | 21년 전 | 5137 | ||
| 85 | 21년 전 | 2524 | ||
| 84 | 21년 전 | 4827 | ||
| 83 | 21년 전 | 2510 | ||
| 82 | 21년 전 | 3124 | ||
| 81 | 21년 전 | 7633 | ||
| 80 | 21년 전 | 3832 | ||
| 79 | 21년 전 | 3214 | ||
| 78 | 21년 전 | 4700 | ||
| 77 | 21년 전 | 2907 | ||
| 76 | 21년 전 | 6226 | ||
| 75 | 21년 전 | 4473 | ||
| 74 | 21년 전 | 5785 | ||
| 73 | 21년 전 | 3631 | ||
| 72 | 21년 전 | 5974 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2846 | ||
| 69 | 21년 전 | 2645 | ||
| 68 | 21년 전 | 2451 | ||
| 67 | 21년 전 | 2659 | ||
| 66 | 21년 전 | 2677 | ||
| 65 | 21년 전 | 3792 | ||
| 64 | 21년 전 | 2830 | ||
| 63 | 21년 전 | 2458 | ||
| 62 | 21년 전 | 2270 | ||
| 61 | 21년 전 | 3081 | ||
| 60 | 21년 전 | 3134 | ||
| 59 | 21년 전 | 2523 | ||
| 58 | 21년 전 | 2594 | ||
| 57 | 21년 전 | 2973 | ||
| 56 | 21년 전 | 2331 | ||
| 55 | 21년 전 | 2763 | ||
| 54 | 21년 전 | 2133 | ||
| 53 | 21년 전 | 2357 | ||
| 52 | 21년 전 | 2701 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2173 | |
| 49 | 21년 전 | 2181 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1932 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2365 | ||
| 43 | 21년 전 | 4585 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2153 | ||
| 38 | 21년 전 | 2423 | ||
| 37 | 21년 전 | 2570 | ||
| 36 | 21년 전 | 1780 | ||
| 35 | 21년 전 | 4076 | ||
| 34 | 21년 전 | 3853 | ||
| 33 | 21년 전 | 2991 | ||
| 32 |
prosper
|
21년 전 | 2907 | |
| 31 | 21년 전 | 5289 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기