<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7530 | 10년 전 | 745 | ||
| 7529 |
파랑새1597
|
10년 전 | 1184 | |
| 7528 |
파랑새1597
|
10년 전 | 1279 | |
| 7527 |
integrity7
|
10년 전 | 1361 | |
| 7526 | 10년 전 | 2394 | ||
| 7525 |
다빈치코드777
|
10년 전 | 1083 | |
| 7524 | 10년 전 | 1550 | ||
| 7523 | 10년 전 | 952 | ||
| 7522 |
|
10년 전 | 972 | |
| 7521 |
blackkil
|
10년 전 | 1845 | |
| 7520 | 10년 전 | 1262 | ||
| 7519 |
Gaumi
|
10년 전 | 1061 | |
| 7518 | 10년 전 | 1469 | ||
| 7517 | 10년 전 | 806 | ||
| 7516 | 10년 전 | 1264 | ||
| 7515 | 10년 전 | 1390 | ||
| 7514 |
|
10년 전 | 4477 | |
| 7513 |
멋진남자임
|
10년 전 | 1126 | |
| 7512 |
다빈치코드777
|
10년 전 | 855 | |
| 7511 |
|
10년 전 | 3379 | |
| 7510 | 10년 전 | 1346 | ||
| 7509 | 10년 전 | 1117 | ||
| 7508 | 10년 전 | 702 | ||
| 7507 |
senseme
|
10년 전 | 719 | |
| 7506 |
멋진남자임
|
10년 전 | 1618 | |
| 7505 | 10년 전 | 3977 | ||
| 7504 | 10년 전 | 2133 | ||
| 7503 | 10년 전 | 982 | ||
| 7502 | 10년 전 | 510 | ||
| 7501 | 10년 전 | 1430 | ||
| 7500 | 10년 전 | 1471 | ||
| 7499 | 10년 전 | 3357 | ||
| 7498 | 10년 전 | 1168 | ||
| 7497 |
dethos79
|
10년 전 | 2950 | |
| 7496 | 10년 전 | 2114 | ||
| 7495 | 10년 전 | 818 | ||
| 7494 |
CHAVO
|
10년 전 | 1099 | |
| 7493 | 10년 전 | 2625 | ||
| 7492 | 10년 전 | 1212 | ||
| 7491 | 10년 전 | 1433 | ||
| 7490 | 10년 전 | 2315 | ||
| 7489 | 10년 전 | 2104 | ||
| 7488 |
toptopon
|
10년 전 | 872 | |
| 7487 |
|
10년 전 | 1015 | |
| 7486 | 10년 전 | 3336 | ||
| 7485 | 10년 전 | 1295 | ||
| 7484 | 10년 전 | 1355 | ||
| 7483 | 10년 전 | 1011 | ||
| 7482 | 10년 전 | 639 | ||
| 7481 | 10년 전 | 852 | ||
| 7480 | 10년 전 | 1210 | ||
| 7479 | 10년 전 | 2584 | ||
| 7478 | 10년 전 | 1131 | ||
| 7477 |
멋진남자임
|
10년 전 | 1481 | |
| 7476 |
zeppeto
|
10년 전 | 1132 | |
| 7475 |
200점아빠
|
10년 전 | 906 | |
| 7474 | 10년 전 | 3995 | ||
| 7473 | 10년 전 | 971 | ||
| 7472 |
나르시스1
|
10년 전 | 1212 | |
| 7471 | 10년 전 | 867 | ||
| 7470 | 10년 전 | 1258 | ||
| 7469 |
플라이SINJI
|
10년 전 | 935 | |
| 7468 |
|
10년 전 | 519 | |
| 7467 |
|
10년 전 | 634 | |
| 7466 | 10년 전 | 1097 | ||
| 7465 | 10년 전 | 1164 | ||
| 7464 |
|
10년 전 | 1173 | |
| 7463 | 10년 전 | 1222 | ||
| 7462 |
진짜별사탕
|
10년 전 | 836 | |
| 7461 | 10년 전 | 923 | ||
| 7460 | 10년 전 | 3705 | ||
| 7459 |
멋진남자임
|
10년 전 | 1537 | |
| 7458 |
멋진남자임
|
10년 전 | 474 | |
| 7457 | 10년 전 | 907 | ||
| 7456 | 10년 전 | 748 | ||
| 7455 | 10년 전 | 2128 | ||
| 7454 | 10년 전 | 619 | ||
| 7453 | 10년 전 | 803 | ||
| 7452 |
중국어사이트제작
|
10년 전 | 499 | |
| 7451 | 10년 전 | 893 | ||
| 7450 | 10년 전 | 616 | ||
| 7449 |
울라라라우
|
10년 전 | 924 | |
| 7448 | 10년 전 | 1624 | ||
| 7447 |
멋진남자임
|
10년 전 | 480 | |
| 7446 | 10년 전 | 528 | ||
| 7445 |
네이비칼라
|
10년 전 | 1648 | |
| 7444 |
senseme
|
10년 전 | 1388 | |
| 7443 | 10년 전 | 1321 | ||
| 7442 | 10년 전 | 701 | ||
| 7441 |
멋진남자임
|
10년 전 | 1419 | |
| 7440 | 10년 전 | 879 | ||
| 7439 |
|
10년 전 | 735 | |
| 7438 |
|
10년 전 | 911 | |
| 7437 |
basement
|
10년 전 | 1021 | |
| 7436 |
잘살아보자
|
10년 전 | 1106 | |
| 7435 | 10년 전 | 1055 | ||
| 7434 | 10년 전 | 3778 | ||
| 7433 |
|
10년 전 | 2715 | |
| 7432 |
alexkim
|
10년 전 | 845 | |
| 7431 |
이웃집초보
|
10년 전 | 1294 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기