<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2740 | |
| 729 |
그레이스웹
|
19년 전 | 3532 | |
| 728 |
|
19년 전 | 2719 | |
| 727 |
|
19년 전 | 2550 | |
| 726 |
|
19년 전 | 2368 | |
| 725 |
|
19년 전 | 2278 | |
| 724 |
|
19년 전 | 2159 | |
| 723 |
|
19년 전 | 4274 | |
| 722 |
|
19년 전 | 2702 | |
| 721 |
|
19년 전 | 2197 | |
| 720 |
|
19년 전 | 2297 | |
| 719 |
|
19년 전 | 2867 | |
| 718 |
|
19년 전 | 1978 | |
| 717 |
|
19년 전 | 3207 | |
| 716 |
|
19년 전 | 2768 | |
| 715 |
|
19년 전 | 2299 | |
| 714 |
|
19년 전 | 1848 | |
| 713 |
|
19년 전 | 2267 | |
| 712 |
|
19년 전 | 2024 | |
| 711 |
|
19년 전 | 1923 | |
| 710 |
|
19년 전 | 2496 | |
| 709 |
|
19년 전 | 2356 | |
| 708 |
|
19년 전 | 3910 | |
| 707 |
|
19년 전 | 3752 | |
| 706 |
|
19년 전 | 2261 | |
| 705 |
|
19년 전 | 3334 | |
| 704 |
|
19년 전 | 2007 | |
| 703 |
|
19년 전 | 2405 | |
| 702 |
|
19년 전 | 2301 | |
| 701 |
홀로남은자
|
19년 전 | 2365 | |
| 700 |
홀로남은자
|
19년 전 | 2189 | |
| 699 | 19년 전 | 2831 | ||
| 698 |
|
19년 전 | 2851 | |
| 697 |
|
19년 전 | 3190 | |
| 696 |
|
19년 전 | 3058 | |
| 695 |
|
19년 전 | 2732 | |
| 694 |
|
19년 전 | 2959 | |
| 693 |
|
19년 전 | 3215 | |
| 692 |
|
19년 전 | 2896 | |
| 691 |
|
19년 전 | 2648 | |
| 690 | 19년 전 | 2951 | ||
| 689 | 19년 전 | 4527 | ||
| 688 | 19년 전 | 2452 | ||
| 687 | 19년 전 | 2479 | ||
| 686 | 19년 전 | 3506 | ||
| 685 | 19년 전 | 3188 | ||
| 684 | 19년 전 | 2862 | ||
| 683 | 19년 전 | 2080 | ||
| 682 | 19년 전 | 1788 | ||
| 681 | 19년 전 | 2887 | ||
| 680 | 19년 전 | 1740 | ||
| 679 | 19년 전 | 2325 | ||
| 678 | 19년 전 | 3975 | ||
| 677 | 19년 전 | 3765 | ||
| 676 | 19년 전 | 3489 | ||
| 675 | 19년 전 | 3422 | ||
| 674 |
|
19년 전 | 1583 | |
| 673 |
|
19년 전 | 1945 | |
| 672 |
|
19년 전 | 1873 | |
| 671 | 19년 전 | 2540 | ||
| 670 | 19년 전 | 4660 | ||
| 669 |
|
19년 전 | 2783 | |
| 668 |
|
19년 전 | 1937 | |
| 667 |
|
19년 전 | 1958 | |
| 666 |
|
19년 전 | 1863 | |
| 665 |
|
19년 전 | 2598 | |
| 664 |
|
19년 전 | 8201 | |
| 663 |
|
19년 전 | 2751 | |
| 662 |
|
19년 전 | 2804 | |
| 661 |
|
19년 전 | 3066 | |
| 660 |
|
19년 전 | 2239 | |
| 659 |
|
19년 전 | 2264 | |
| 658 |
|
19년 전 | 2196 | |
| 657 |
|
19년 전 | 2099 | |
| 656 |
|
19년 전 | 2292 | |
| 655 |
|
19년 전 | 2552 | |
| 654 |
|
19년 전 | 3090 | |
| 653 | 19년 전 | 2346 | ||
| 652 | 19년 전 | 1931 | ||
| 651 |
|
19년 전 | 2872 | |
| 650 | 19년 전 | 5032 | ||
| 649 | 19년 전 | 3529 | ||
| 648 | 19년 전 | 3483 | ||
| 647 | 19년 전 | 2989 | ||
| 646 | 19년 전 | 2425 | ||
| 645 | 19년 전 | 1512 | ||
| 644 | 19년 전 | 3150 | ||
| 643 | 19년 전 | 2028 | ||
| 642 |
|
19년 전 | 5410 | |
| 641 | 19년 전 | 2448 | ||
| 640 | 19년 전 | 3446 | ||
| 639 | 19년 전 | 2886 | ||
| 638 | 19년 전 | 1773 | ||
| 637 | 19년 전 | 3888 | ||
| 636 | 19년 전 | 2438 | ||
| 635 | 19년 전 | 2327 | ||
| 634 |
|
19년 전 | 3029 | |
| 633 |
|
19년 전 | 3317 | |
| 632 | 19년 전 | 2524 | ||
| 631 | 19년 전 | 2283 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기