<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년 전 | 1231 | |
| 529 |
|
19년 전 | 1413 | |
| 528 |
|
19년 전 | 1978 | |
| 527 |
사랑과우정
|
19년 전 | 2389 | |
| 526 | 19년 전 | 2870 | ||
| 525 |
|
19년 전 | 2294 | |
| 524 |
|
19년 전 | 1799 | |
| 523 | 19년 전 | 7037 | ||
| 522 |
|
19년 전 | 3728 | |
| 521 | 19년 전 | 2338 | ||
| 520 | 19년 전 | 2374 | ||
| 519 | 19년 전 | 2868 | ||
| 518 |
|
19년 전 | 5780 | |
| 517 |
|
19년 전 | 5554 | |
| 516 |
|
19년 전 | 2260 | |
| 515 |
|
19년 전 | 3294 | |
| 514 | 19년 전 | 2865 | ||
| 513 | 19년 전 | 2217 | ||
| 512 |
개발자관리자
|
19년 전 | 2728 | |
| 511 |
개발자관리자
|
19년 전 | 1585 | |
| 510 |
개발자관리자
|
19년 전 | 1739 | |
| 509 |
개발자관리자
|
19년 전 | 1840 | |
| 508 |
개발자관리자
|
19년 전 | 2006 | |
| 507 |
개발자관리자
|
19년 전 | 1685 | |
| 506 |
개발자관리자
|
19년 전 | 1808 | |
| 505 |
개발자관리자
|
19년 전 | 1773 | |
| 504 |
개발자관리자
|
19년 전 | 1853 | |
| 503 |
개발자관리자
|
19년 전 | 1521 | |
| 502 |
개발자관리자
|
19년 전 | 2648 | |
| 501 | 19년 전 | 1995 | ||
| 500 | 19년 전 | 3236 | ||
| 499 | 19년 전 | 3266 | ||
| 498 | 19년 전 | 2524 | ||
| 497 | 19년 전 | 2601 | ||
| 496 | 19년 전 | 2440 | ||
| 495 | 19년 전 | 2699 | ||
| 494 | 19년 전 | 2678 | ||
| 493 | 19년 전 | 3179 | ||
| 492 | 19년 전 | 2889 | ||
| 491 | 19년 전 | 5306 | ||
| 490 |
|
19년 전 | 2124 | |
| 489 |
|
19년 전 | 2212 | |
| 488 |
|
19년 전 | 2007 | |
| 487 |
|
19년 전 | 1943 | |
| 486 |
|
19년 전 | 1940 | |
| 485 |
|
19년 전 | 2137 | |
| 484 |
|
19년 전 | 3212 | |
| 483 |
|
19년 전 | 3091 | |
| 482 |
|
19년 전 | 2853 | |
| 481 |
|
19년 전 | 2545 | |
| 480 |
|
19년 전 | 2631 | |
| 479 |
|
19년 전 | 2295 | |
| 478 |
|
19년 전 | 2327 | |
| 477 |
개발자관리자
|
19년 전 | 1590 | |
| 476 |
개발자관리자
|
19년 전 | 2309 | |
| 475 |
개발자관리자
|
19년 전 | 2659 | |
| 474 |
개발자관리자
|
19년 전 | 2656 | |
| 473 |
개발자관리자
|
19년 전 | 2968 | |
| 472 | 19년 전 | 2734 | ||
| 471 | 19년 전 | 1726 | ||
| 470 | 19년 전 | 1826 | ||
| 469 |
|
19년 전 | 2726 | |
| 468 |
|
19년 전 | 2221 | |
| 467 |
|
19년 전 | 3995 | |
| 466 |
|
19년 전 | 2508 | |
| 465 | 19년 전 | 2378 | ||
| 464 | 19년 전 | 3522 | ||
| 463 |
|
19년 전 | 3100 | |
| 462 |
|
19년 전 | 2242 | |
| 461 |
|
19년 전 | 3035 | |
| 460 |
|
19년 전 | 2240 | |
| 459 |
|
19년 전 | 3100 | |
| 458 |
|
19년 전 | 3527 | |
| 457 |
|
19년 전 | 5212 | |
| 456 |
|
19년 전 | 3133 | |
| 455 |
스마일미디어
|
19년 전 | 3132 | |
| 454 |
스마일미디어
|
19년 전 | 2719 | |
| 453 |
스마일미디어
|
19년 전 | 2462 | |
| 452 |
스마일미디어
|
19년 전 | 2719 | |
| 451 |
스마일미디어
|
19년 전 | 2447 | |
| 450 |
스마일미디어
|
19년 전 | 2563 | |
| 449 |
스마일미디어
|
19년 전 | 2364 | |
| 448 |
스마일미디어
|
19년 전 | 2692 | |
| 447 | 19년 전 | 2959 | ||
| 446 |
스마일미디어
|
19년 전 | 3244 | |
| 445 |
스마일미디어
|
19년 전 | 7048 | |
| 444 |
스마일미디어
|
19년 전 | 5168 | |
| 443 |
스마일미디어
|
19년 전 | 2426 | |
| 442 |
스마일미디어
|
19년 전 | 5162 | |
| 441 |
스마일미디어
|
19년 전 | 3100 | |
| 440 |
|
19년 전 | 2460 | |
| 439 | 19년 전 | 2155 | ||
| 438 | 19년 전 | 3566 | ||
| 437 |
|
19년 전 | 2869 | |
| 436 |
|
19년 전 | 3248 | |
| 435 |
|
19년 전 | 2887 | |
| 434 | 19년 전 | 3382 | ||
| 433 |
sjsjin
|
19년 전 | 2711 | |
| 432 |
sjsjin
|
19년 전 | 3453 | |
| 431 |
sjsjin
|
19년 전 | 2416 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기