<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 530 |
|
19년 전 | 1236 | |
| 529 |
|
19년 전 | 1421 | |
| 528 |
|
19년 전 | 1980 | |
| 527 |
사랑과우정
|
19년 전 | 2392 | |
| 526 | 19년 전 | 2872 | ||
| 525 |
|
19년 전 | 2301 | |
| 524 |
|
19년 전 | 1807 | |
| 523 | 19년 전 | 7045 | ||
| 522 |
|
19년 전 | 3731 | |
| 521 | 19년 전 | 2342 | ||
| 520 | 19년 전 | 2380 | ||
| 519 | 19년 전 | 2878 | ||
| 518 |
|
19년 전 | 5789 | |
| 517 |
|
19년 전 | 5564 | |
| 516 |
|
19년 전 | 2263 | |
| 515 |
|
19년 전 | 3305 | |
| 514 | 19년 전 | 2868 | ||
| 513 | 19년 전 | 2221 | ||
| 512 |
개발자관리자
|
19년 전 | 2731 | |
| 511 |
개발자관리자
|
19년 전 | 1588 | |
| 510 |
개발자관리자
|
19년 전 | 1742 | |
| 509 |
개발자관리자
|
19년 전 | 1851 | |
| 508 |
개발자관리자
|
19년 전 | 2012 | |
| 507 |
개발자관리자
|
19년 전 | 1690 | |
| 506 |
개발자관리자
|
19년 전 | 1810 | |
| 505 |
개발자관리자
|
19년 전 | 1777 | |
| 504 |
개발자관리자
|
19년 전 | 1860 | |
| 503 |
개발자관리자
|
19년 전 | 1524 | |
| 502 |
개발자관리자
|
19년 전 | 2655 | |
| 501 | 19년 전 | 2002 | ||
| 500 | 19년 전 | 3240 | ||
| 499 | 19년 전 | 3273 | ||
| 498 | 19년 전 | 2531 | ||
| 497 | 19년 전 | 2602 | ||
| 496 | 19년 전 | 2447 | ||
| 495 | 19년 전 | 2700 | ||
| 494 | 19년 전 | 2681 | ||
| 493 | 19년 전 | 3188 | ||
| 492 | 19년 전 | 2900 | ||
| 491 | 19년 전 | 5313 | ||
| 490 |
|
19년 전 | 2128 | |
| 489 |
|
19년 전 | 2214 | |
| 488 |
|
19년 전 | 2012 | |
| 487 |
|
19년 전 | 1947 | |
| 486 |
|
19년 전 | 1941 | |
| 485 |
|
19년 전 | 2147 | |
| 484 |
|
19년 전 | 3218 | |
| 483 |
|
19년 전 | 3102 | |
| 482 |
|
19년 전 | 2857 | |
| 481 |
|
19년 전 | 2552 | |
| 480 |
|
19년 전 | 2637 | |
| 479 |
|
19년 전 | 2300 | |
| 478 |
|
19년 전 | 2330 | |
| 477 |
개발자관리자
|
19년 전 | 1599 | |
| 476 |
개발자관리자
|
19년 전 | 2312 | |
| 475 |
개발자관리자
|
19년 전 | 2663 | |
| 474 |
개발자관리자
|
19년 전 | 2662 | |
| 473 |
개발자관리자
|
19년 전 | 2972 | |
| 472 | 19년 전 | 2741 | ||
| 471 | 19년 전 | 1736 | ||
| 470 | 19년 전 | 1832 | ||
| 469 |
|
19년 전 | 2734 | |
| 468 |
|
19년 전 | 2227 | |
| 467 |
|
19년 전 | 3999 | |
| 466 |
|
19년 전 | 2516 | |
| 465 | 19년 전 | 2383 | ||
| 464 | 19년 전 | 3531 | ||
| 463 |
|
19년 전 | 3104 | |
| 462 |
|
19년 전 | 2245 | |
| 461 |
|
19년 전 | 3039 | |
| 460 |
|
19년 전 | 2247 | |
| 459 |
|
19년 전 | 3111 | |
| 458 |
|
19년 전 | 3537 | |
| 457 |
|
19년 전 | 5219 | |
| 456 |
|
19년 전 | 3137 | |
| 455 |
스마일미디어
|
19년 전 | 3132 | |
| 454 |
스마일미디어
|
19년 전 | 2729 | |
| 453 |
스마일미디어
|
19년 전 | 2469 | |
| 452 |
스마일미디어
|
19년 전 | 2724 | |
| 451 |
스마일미디어
|
19년 전 | 2452 | |
| 450 |
스마일미디어
|
19년 전 | 2572 | |
| 449 |
스마일미디어
|
19년 전 | 2368 | |
| 448 |
스마일미디어
|
19년 전 | 2693 | |
| 447 | 19년 전 | 2961 | ||
| 446 |
스마일미디어
|
19년 전 | 3247 | |
| 445 |
스마일미디어
|
19년 전 | 7050 | |
| 444 |
스마일미디어
|
19년 전 | 5171 | |
| 443 |
스마일미디어
|
19년 전 | 2430 | |
| 442 |
스마일미디어
|
19년 전 | 5167 | |
| 441 |
스마일미디어
|
19년 전 | 3109 | |
| 440 |
|
19년 전 | 2468 | |
| 439 | 19년 전 | 2164 | ||
| 438 | 19년 전 | 3570 | ||
| 437 |
|
19년 전 | 2873 | |
| 436 |
|
19년 전 | 3251 | |
| 435 |
|
19년 전 | 2893 | |
| 434 | 19년 전 | 3385 | ||
| 433 |
sjsjin
|
19년 전 | 2714 | |
| 432 |
sjsjin
|
19년 전 | 3457 | |
| 431 |
sjsjin
|
19년 전 | 2418 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기