<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 830 |
|
19년 전 | 2176 | |
| 829 |
|
19년 전 | 1906 | |
| 828 |
|
19년 전 | 1797 | |
| 827 |
|
19년 전 | 1647 | |
| 826 |
|
19년 전 | 1844 | |
| 825 |
|
19년 전 | 1884 | |
| 824 |
|
19년 전 | 1941 | |
| 823 |
|
19년 전 | 2686 | |
| 822 |
|
19년 전 | 5310 | |
| 821 |
|
19년 전 | 1718 | |
| 820 |
|
19년 전 | 1563 | |
| 819 |
|
19년 전 | 1430 | |
| 818 |
|
19년 전 | 1588 | |
| 817 |
|
19년 전 | 1518 | |
| 816 |
|
19년 전 | 1438 | |
| 815 |
|
19년 전 | 1453 | |
| 814 |
|
19년 전 | 1377 | |
| 813 |
|
19년 전 | 1437 | |
| 812 | 19년 전 | 2809 | ||
| 811 |
pearly
|
19년 전 | 3824 | |
| 810 |
pearly
|
19년 전 | 5201 | |
| 809 |
|
19년 전 | 1369 | |
| 808 |
pearly
|
19년 전 | 4532 | |
| 807 | 19년 전 | 2974 | ||
| 806 |
|
19년 전 | 1490 | |
| 805 |
|
19년 전 | 2686 | |
| 804 |
|
19년 전 | 3612 | |
| 803 |
|
19년 전 | 1785 | |
| 802 |
|
19년 전 | 3788 | |
| 801 |
|
19년 전 | 1877 | |
| 800 | 19년 전 | 3770 | ||
| 799 | 19년 전 | 3429 | ||
| 798 | 19년 전 | 4200 | ||
| 797 | 19년 전 | 4050 | ||
| 796 |
|
19년 전 | 1887 | |
| 795 |
|
19년 전 | 1842 | |
| 794 | 19년 전 | 4269 | ||
| 793 | 19년 전 | 2666 | ||
| 792 | 19년 전 | 2540 | ||
| 791 | 19년 전 | 2390 | ||
| 790 | 19년 전 | 1967 | ||
| 789 | 19년 전 | 2581 | ||
| 788 | 19년 전 | 2198 | ||
| 787 | 19년 전 | 1842 | ||
| 786 | 19년 전 | 1971 | ||
| 785 | 19년 전 | 1440 | ||
| 784 |
|
19년 전 | 1688 | |
| 783 | 19년 전 | 2830 | ||
| 782 |
|
19년 전 | 1945 | |
| 781 | 19년 전 | 3234 | ||
| 780 | 19년 전 | 3138 | ||
| 779 |
|
19년 전 | 2241 | |
| 778 |
|
19년 전 | 1788 | |
| 777 | 19년 전 | 2829 | ||
| 776 | 19년 전 | 2897 | ||
| 775 | 19년 전 | 4009 | ||
| 774 |
|
19년 전 | 1971 | |
| 773 | 19년 전 | 2619 | ||
| 772 | 19년 전 | 2334 | ||
| 771 | 19년 전 | 3463 | ||
| 770 |
|
19년 전 | 1421 | |
| 769 | 19년 전 | 1487 | ||
| 768 | 19년 전 | 1764 | ||
| 767 | 19년 전 | 2202 | ||
| 766 | 19년 전 | 1832 | ||
| 765 | 19년 전 | 1693 | ||
| 764 |
|
19년 전 | 2100 | |
| 763 |
|
19년 전 | 2209 | |
| 762 |
|
19년 전 | 4963 | |
| 761 | 19년 전 | 2326 | ||
| 760 |
|
19년 전 | 3191 | |
| 759 | 19년 전 | 2639 | ||
| 758 |
|
19년 전 | 2405 | |
| 757 | 19년 전 | 4696 | ||
| 756 | 19년 전 | 2560 | ||
| 755 |
|
19년 전 | 2409 | |
| 754 |
|
19년 전 | 1944 | |
| 753 |
|
19년 전 | 1726 | |
| 752 |
pearly
|
19년 전 | 3360 | |
| 751 | 19년 전 | 2329 | ||
| 750 |
|
19년 전 | 6156 | |
| 749 | 19년 전 | 2019 | ||
| 748 |
|
19년 전 | 1895 | |
| 747 |
|
19년 전 | 2704 | |
| 746 |
|
19년 전 | 1807 | |
| 745 | 19년 전 | 2278 | ||
| 744 | 19년 전 | 2105 | ||
| 743 |
|
19년 전 | 3558 | |
| 742 | 19년 전 | 2570 | ||
| 741 | 19년 전 | 2739 | ||
| 740 |
|
19년 전 | 4362 | |
| 739 | 19년 전 | 3543 | ||
| 738 |
|
19년 전 | 2301 | |
| 737 | 19년 전 | 4293 | ||
| 736 | 19년 전 | 3261 | ||
| 735 |
홀로남은자
|
19년 전 | 4128 | |
| 734 |
홀로남은자
|
19년 전 | 2012 | |
| 733 |
홀로남은자
|
19년 전 | 2223 | |
| 732 | 19년 전 | 2138 | ||
| 731 | 19년 전 | 3347 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기