<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 79 | ||
| 8229 | 9년 전 | 75 | ||
| 8228 |
커네드커네드
|
9년 전 | 116 | |
| 8227 | 9년 전 | 129 | ||
| 8226 | 9년 전 | 166 | ||
| 8225 | 9년 전 | 154 | ||
| 8224 | 9년 전 | 150 | ||
| 8223 | 9년 전 | 116 | ||
| 8222 |
|
9년 전 | 193 | |
| 8221 | 9년 전 | 93 | ||
| 8220 | 9년 전 | 106 | ||
| 8219 | 9년 전 | 102 | ||
| 8218 | 9년 전 | 147 | ||
| 8217 |
star3840
|
9년 전 | 115 | |
| 8216 | 9년 전 | 164 | ||
| 8215 | 9년 전 | 121 | ||
| 8214 | 9년 전 | 230 | ||
| 8213 | 9년 전 | 164 | ||
| 8212 | 9년 전 | 86 | ||
| 8211 | 9년 전 | 249 | ||
| 8210 | 9년 전 | 251 | ||
| 8209 | 9년 전 | 340 | ||
| 8208 | 9년 전 | 222 | ||
| 8207 | 9년 전 | 232 | ||
| 8206 |
|
9년 전 | 195 | |
| 8205 | 9년 전 | 175 | ||
| 8204 | 9년 전 | 136 | ||
| 8203 | 9년 전 | 235 | ||
| 8202 | 9년 전 | 148 | ||
| 8201 | 9년 전 | 184 | ||
| 8200 | 9년 전 | 170 | ||
| 8199 | 9년 전 | 217 | ||
| 8198 | 9년 전 | 180 | ||
| 8197 | 9년 전 | 168 | ||
| 8196 | 9년 전 | 557 | ||
| 8195 | 9년 전 | 162 | ||
| 8194 | 9년 전 | 286 | ||
| 8193 | 9년 전 | 159 | ||
| 8192 | 9년 전 | 199 | ||
| 8191 | 9년 전 | 145 | ||
| 8190 | 9년 전 | 134 | ||
| 8189 | 9년 전 | 196 | ||
| 8188 | 9년 전 | 131 | ||
| 8187 | 9년 전 | 148 | ||
| 8186 | 9년 전 | 147 | ||
| 8185 | 9년 전 | 316 | ||
| 8184 | 9년 전 | 110 | ||
| 8183 | 9년 전 | 327 | ||
| 8182 | 9년 전 | 172 | ||
| 8181 | 9년 전 | 135 | ||
| 8180 | 9년 전 | 699 | ||
| 8179 | 9년 전 | 490 | ||
| 8178 | 9년 전 | 314 | ||
| 8177 |
kiplayer
|
9년 전 | 328 | |
| 8176 | 9년 전 | 356 | ||
| 8175 | 9년 전 | 226 | ||
| 8174 | 9년 전 | 250 | ||
| 8173 | 9년 전 | 348 | ||
| 8172 | 9년 전 | 201 | ||
| 8171 | 9년 전 | 186 | ||
| 8170 | 9년 전 | 298 | ||
| 8169 |
커네드커네드
|
9년 전 | 262 | |
| 8168 | 9년 전 | 323 | ||
| 8167 | 9년 전 | 324 | ||
| 8166 | 9년 전 | 242 | ||
| 8165 | 9년 전 | 169 | ||
| 8164 | 9년 전 | 307 | ||
| 8163 | 9년 전 | 291 | ||
| 8162 | 9년 전 | 307 | ||
| 8161 | 9년 전 | 300 | ||
| 8160 |
|
9년 전 | 495 | |
| 8159 | 9년 전 | 433 | ||
| 8158 | 9년 전 | 257 | ||
| 8157 | 9년 전 | 384 | ||
| 8156 | 9년 전 | 279 | ||
| 8155 | 9년 전 | 259 | ||
| 8154 |
00년생용띠
|
9년 전 | 605 | |
| 8153 | 9년 전 | 236 | ||
| 8152 |
|
9년 전 | 413 | |
| 8151 | 9년 전 | 410 | ||
| 8150 | 9년 전 | 502 | ||
| 8149 |
Jangfolk
|
9년 전 | 353 | |
| 8148 | 9년 전 | 174 | ||
| 8147 | 9년 전 | 378 | ||
| 8146 | 9년 전 | 441 | ||
| 8145 | 9년 전 | 385 | ||
| 8144 | 9년 전 | 350 | ||
| 8143 | 9년 전 | 196 | ||
| 8142 | 9년 전 | 428 | ||
| 8141 | 9년 전 | 385 | ||
| 8140 | 9년 전 | 931 | ||
| 8139 | 9년 전 | 265 | ||
| 8138 |
전갈자리남자
|
9년 전 | 390 | |
| 8137 | 9년 전 | 399 | ||
| 8136 | 9년 전 | 749 | ||
| 8135 |
|
9년 전 | 799 | |
| 8134 |
PlayPixel
|
9년 전 | 520 | |
| 8133 |
|
9년 전 | 440 | |
| 8132 | 9년 전 | 456 | ||
| 8131 | 9년 전 | 817 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기