<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2077 | ||
| 229 | 20년 전 | 3146 | ||
| 228 | 20년 전 | 3334 | ||
| 227 | 20년 전 | 2412 | ||
| 226 | 20년 전 | 5493 | ||
| 225 | 20년 전 | 2528 | ||
| 224 | 20년 전 | 2971 | ||
| 223 | 20년 전 | 4211 | ||
| 222 | 20년 전 | 2611 | ||
| 221 | 20년 전 | 2296 | ||
| 220 | 20년 전 | 3684 | ||
| 219 | 20년 전 | 2083 | ||
| 218 | 20년 전 | 3573 | ||
| 217 | 20년 전 | 2489 | ||
| 216 | 20년 전 | 2924 | ||
| 215 | 20년 전 | 2233 | ||
| 214 | 20년 전 | 3345 | ||
| 213 | 20년 전 | 2924 | ||
| 212 | 20년 전 | 3062 | ||
| 211 | 20년 전 | 2153 | ||
| 210 | 20년 전 | 1908 | ||
| 209 | 20년 전 | 2365 | ||
| 208 | 20년 전 | 1991 | ||
| 207 | 20년 전 | 1684 | ||
| 206 | 20년 전 | 1859 | ||
| 205 | 20년 전 | 3954 | ||
| 204 | 20년 전 | 1683 | ||
| 203 | 20년 전 | 2020 | ||
| 202 | 20년 전 | 2361 | ||
| 201 | 20년 전 | 1836 | ||
| 200 | 20년 전 | 2963 | ||
| 199 | 20년 전 | 2009 | ||
| 198 | 20년 전 | 2092 | ||
| 197 | 20년 전 | 3663 | ||
| 196 | 20년 전 | 2996 | ||
| 195 | 20년 전 | 2103 | ||
| 194 | 20년 전 | 10258 | ||
| 193 | 20년 전 | 2255 | ||
| 192 | 20년 전 | 1611 | ||
| 191 | 20년 전 | 2677 | ||
| 190 | 20년 전 | 2297 | ||
| 189 | 20년 전 | 1697 | ||
| 188 | 20년 전 | 1494 | ||
| 187 | 20년 전 | 1918 | ||
| 186 | 20년 전 | 1742 | ||
| 185 | 20년 전 | 1786 | ||
| 184 | 20년 전 | 2371 | ||
| 183 | 20년 전 | 1576 | ||
| 182 | 20년 전 | 1491 | ||
| 181 | 20년 전 | 1633 | ||
| 180 | 20년 전 | 2732 | ||
| 179 | 20년 전 | 1815 | ||
| 178 | 20년 전 | 1864 | ||
| 177 | 20년 전 | 1990 | ||
| 176 | 20년 전 | 1809 | ||
| 175 | 20년 전 | 1877 | ||
| 174 | 20년 전 | 1701 | ||
| 173 | 20년 전 | 2062 | ||
| 172 | 20년 전 | 1791 | ||
| 171 | 20년 전 | 2571 | ||
| 170 | 20년 전 | 2282 | ||
| 169 | 20년 전 | 2561 | ||
| 168 | 20년 전 | 1494 | ||
| 167 | 20년 전 | 1586 | ||
| 166 | 20년 전 | 2166 | ||
| 165 | 20년 전 | 1643 | ||
| 164 | 20년 전 | 3779 | ||
| 163 | 20년 전 | 2680 | ||
| 162 | 20년 전 | 2098 | ||
| 161 | 20년 전 | 2809 | ||
| 160 | 20년 전 | 1742 | ||
| 159 | 20년 전 | 1622 | ||
| 158 | 20년 전 | 2571 | ||
| 157 | 20년 전 | 1497 | ||
| 156 | 20년 전 | 1747 | ||
| 155 | 20년 전 | 3236 | ||
| 154 | 20년 전 | 1912 | ||
| 153 | 20년 전 | 1631 | ||
| 152 | 20년 전 | 4967 | ||
| 151 | 20년 전 | 4587 | ||
| 150 | 20년 전 | 3523 | ||
| 149 | 20년 전 | 3809 | ||
| 148 | 20년 전 | 7092 | ||
| 147 | 20년 전 | 3559 | ||
| 146 | 20년 전 | 2636 | ||
| 145 | 20년 전 | 2628 | ||
| 144 | 20년 전 | 7174 | ||
| 143 | 20년 전 | 4613 | ||
| 142 | 20년 전 | 1905 | ||
| 141 | 20년 전 | 3255 | ||
| 140 | 20년 전 | 1969 | ||
| 139 | 20년 전 | 1592 | ||
| 138 | 20년 전 | 2315 | ||
| 137 | 20년 전 | 1790 | ||
| 136 | 20년 전 | 1463 | ||
| 135 | 20년 전 | 1799 | ||
| 134 | 20년 전 | 2972 | ||
| 133 | 20년 전 | 2456 | ||
| 132 | 20년 전 | 1712 | ||
| 131 | 20년 전 | 1659 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기