(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--1. 아래 스크립트를 HEAD 부분에 복사해 넣으세요. -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function yajava() {
window.open('pop.htm','','toolbar=no,menubar=no,location=no,height=300,width=720');
}
// End -->
</SCRIPT>
<!--2. <BODY> 태그내에 onload="" 혹은 onunload 부분이 있으면 복사해 넣으세요-->
<body onload="yajava()">
--------------------------------------------------------------------------------
- 팝업창에 들어갈 소스(pop.htm) -
<!--<BODY></BODY> 부분에 아래의 스크립트를 복사해 넣으세요-->
<SCRIPT language=Javascript type=text/javascript>
<!--
var r=0;
var m=navigator.appVersion.indexOf("Win");
var c=navigator.appName;
var a=parseInt(navigator.appVersion);
function opener_focus() {
opener.focus();
self.moveTo(152,140);
}
clickthru = location.search.substr(1);
setTimeout("opener_focus ()", 0);
function o(x)
{
var winwidth=720;
var winheight=300;
var y=300;
while(y)
{
resizeBy(0,y);
winheight+=y;
if (winheight>=300) y=0;
}
b("SELECT");x.style.clip="rect(0px,720px,600px,0px)";
}
function b(z){for(i=0;i<document.all.tags(z).length;i++){x=document.all.tags(z)[i];if(!x||!x.offsetParent)continue;x.style.visibility="hidden"}}
function h(z){for(i=0;i<document.all.tags(z).length;i++){x=document.all.tags(z)[i];if(!x||!x.offsetParent)continue;x.style.visibility=""}}
function d(x)
{
var winwidth=720;
var winheight=600;
var y=300;
while(y)
{
resizeBy(0,-y);
winheight-=y;
if (winheight<=300) y=0;
}
h("SELECT");x.style.clip="rect(auto, auto, 300px, auto)";
}
if(m!=-1&&(c=="Microsoft Internet Explorer"&&a==4)) {
document.write("<div style=\'height:300; width:720; position:relative;\' >");
document.write("<table border=0 cellpadding=0 cellspacing=0 style=\'position:absolute; left:0px; top: 0px; clip:rect(auto,auto,300px,auto);\' onmouseover=\'o(this);\' onmouseout=\'d(this);\'>");
document.write("<tr><td>");
document.write('<DIV ID="AdclickTopImg" STYLE="position:absolute; width:720px; height:600px; z-index:300; visibility:visible;">');
document.write('<a href="http://www.yajava.com" target=_blank><img src="yajava.gif" border=0 width=720 height=600></a>');
document.write('</DIV>');
document.write("</td></tr>");
document.write("</table></div>");
} else {
document.write('<DIV ID="AdclickTopImg" STYLE="position:absolute; width:720px; height:600px; z-index:300; visibility:visible;">');
document.write('<a href="http://www.yajava.com" target=_blank><img src="yajava.gif" border=0 width=720 height=600></a>');
}
// -->
</SCRIPT>
/////////////////////////////////////////////////////////////////////////////
onmouseover=\'o(this);\' // onclick=\'o(this);\' 마우스 클릭시 확장
onmouseout=\'d(this);\' // onclick=\'d(this);\' 마우스 클릭시 축소
/////////////////////////////////////////////////////////////////////////////<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
- 현재 페이지에 들어갈 소스 -
<!--1. 아래 스크립트를 HEAD 부분에 복사해 넣으세요. -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function yajava() {
window.open('pop.htm','','toolbar=no,menubar=no,location=no,height=300,width=720');
}
// End -->
</SCRIPT>
<!--2. <BODY> 태그내에 onload="" 혹은 onunload 부분이 있으면 복사해 넣으세요-->
<body onload="yajava()">
--------------------------------------------------------------------------------
- 팝업창에 들어갈 소스(pop.htm) -
<!--<BODY></BODY> 부분에 아래의 스크립트를 복사해 넣으세요-->
<SCRIPT language=Javascript type=text/javascript>
<!--
var r=0;
var m=navigator.appVersion.indexOf("Win");
var c=navigator.appName;
var a=parseInt(navigator.appVersion);
function opener_focus() {
opener.focus();
self.moveTo(152,140);
}
clickthru = location.search.substr(1);
setTimeout("opener_focus ()", 0);
function o(x)
{
var winwidth=720;
var winheight=300;
var y=300;
while(y)
{
resizeBy(0,y);
winheight+=y;
if (winheight>=300) y=0;
}
b("SELECT");x.style.clip="rect(0px,720px,600px,0px)";
}
function b(z){for(i=0;i<document.all.tags(z).length;i++){x=document.all.tags(z)[i];if(!x||!x.offsetParent)continue;x.style.visibility="hidden"}}
function h(z){for(i=0;i<document.all.tags(z).length;i++){x=document.all.tags(z)[i];if(!x||!x.offsetParent)continue;x.style.visibility=""}}
function d(x)
{
var winwidth=720;
var winheight=600;
var y=300;
while(y)
{
resizeBy(0,-y);
winheight-=y;
if (winheight<=300) y=0;
}
h("SELECT");x.style.clip="rect(auto, auto, 300px, auto)";
}
if(m!=-1&&(c=="Microsoft Internet Explorer"&&a==4)) {
document.write("<div style=\'height:300; width:720; position:relative;\' >");
document.write("<table border=0 cellpadding=0 cellspacing=0 style=\'position:absolute; left:0px; top: 0px; clip:rect(auto,auto,300px,auto);\' onmouseover=\'o(this);\' onmouseout=\'d(this);\'>");
document.write("<tr><td>");
document.write('<DIV ID="AdclickTopImg" STYLE="position:absolute; width:720px; height:600px; z-index:300; visibility:visible;">');
document.write('<a href="http://www.yajava.com" target=_blank><img src="yajava.gif" border=0 width=720 height=600></a>');
document.write('</DIV>');
document.write("</td></tr>");
document.write("</table></div>");
} else {
document.write('<DIV ID="AdclickTopImg" STYLE="position:absolute; width:720px; height:600px; z-index:300; visibility:visible;">');
document.write('<a href="http://www.yajava.com" target=_blank><img src="yajava.gif" border=0 width=720 height=600></a>');
}
// -->
</SCRIPT>
/////////////////////////////////////////////////////////////////////////////
onmouseover=\'o(this);\' // onclick=\'o(this);\' 마우스 클릭시 확장
onmouseout=\'d(this);\' // onclick=\'d(this);\' 마우스 클릭시 축소
/////////////////////////////////////////////////////////////////////////////<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1789 | ||
| 1029 | 18년 전 | 2224 | ||
| 1028 | 18년 전 | 2632 | ||
| 1027 | 18년 전 | 1795 | ||
| 1026 | 18년 전 | 1532 | ||
| 1025 | 18년 전 | 1544 | ||
| 1024 | 18년 전 | 1467 | ||
| 1023 | 18년 전 | 3230 | ||
| 1022 | 18년 전 | 2917 | ||
| 1021 | 18년 전 | 1678 | ||
| 1020 | 18년 전 | 3419 | ||
| 1019 | 18년 전 | 1845 | ||
| 1018 | 18년 전 | 1496 | ||
| 1017 | 18년 전 | 1962 | ||
| 1016 | 18년 전 | 2102 | ||
| 1015 | 18년 전 | 1637 | ||
| 1014 | 18년 전 | 2348 | ||
| 1013 | 18년 전 | 2007 | ||
| 1012 | 18년 전 | 1628 | ||
| 1011 | 18년 전 | 1786 | ||
| 1010 | 18년 전 | 2042 | ||
| 1009 | 18년 전 | 1808 | ||
| 1008 | 18년 전 | 1622 | ||
| 1007 | 18년 전 | 1666 | ||
| 1006 | 18년 전 | 3135 | ||
| 1005 | 18년 전 | 2002 | ||
| 1004 | 18년 전 | 1876 | ||
| 1003 | 18년 전 | 4371 | ||
| 1002 | 18년 전 | 4997 | ||
| 1001 | 18년 전 | 3167 | ||
| 1000 | 18년 전 | 2913 | ||
| 999 | 18년 전 | 3505 | ||
| 998 | 18년 전 | 2052 | ||
| 997 | 18년 전 | 2413 | ||
| 996 | 18년 전 | 2706 | ||
| 995 | 18년 전 | 2761 | ||
| 994 | 18년 전 | 2352 | ||
| 993 | 18년 전 | 1619 | ||
| 992 | 18년 전 | 3382 | ||
| 991 | 18년 전 | 1995 | ||
| 990 | 18년 전 | 2391 | ||
| 989 | 18년 전 | 2463 | ||
| 988 | 19년 전 | 2891 | ||
| 987 | 19년 전 | 5223 | ||
| 986 |
|
19년 전 | 2496 | |
| 985 |
|
19년 전 | 3349 | |
| 984 | 19년 전 | 4280 | ||
| 983 |
느낌좋은날
|
19년 전 | 2506 | |
| 982 | 19년 전 | 2472 | ||
| 981 | 19년 전 | 4043 | ||
| 980 | 19년 전 | 2750 | ||
| 979 |
Sinpre
|
19년 전 | 2990 | |
| 978 | 19년 전 | 2208 | ||
| 977 | 19년 전 | 2223 | ||
| 976 | 19년 전 | 1993 | ||
| 975 | 19년 전 | 3275 | ||
| 974 | 19년 전 | 2109 | ||
| 973 |
|
19년 전 | 2793 | |
| 972 |
|
19년 전 | 1749 | |
| 971 | 19년 전 | 5323 | ||
| 970 | 19년 전 | 3578 | ||
| 969 | 19년 전 | 4327 | ||
| 968 | 19년 전 | 3070 | ||
| 967 | 19년 전 | 2528 | ||
| 966 | 19년 전 | 3931 | ||
| 965 | 19년 전 | 2659 | ||
| 964 | 19년 전 | 3001 | ||
| 963 | 19년 전 | 2972 | ||
| 962 | 19년 전 | 4184 | ||
| 961 | 19년 전 | 3129 | ||
| 960 | 19년 전 | 3024 | ||
| 959 | 19년 전 | 3678 | ||
| 958 | 19년 전 | 2978 | ||
| 957 | 19년 전 | 2193 | ||
| 956 | 19년 전 | 2225 | ||
| 955 | 19년 전 | 2179 | ||
| 954 | 19년 전 | 2772 | ||
| 953 | 19년 전 | 2480 | ||
| 952 | 19년 전 | 3349 | ||
| 951 | 19년 전 | 3207 | ||
| 950 | 19년 전 | 1827 | ||
| 949 | 19년 전 | 2740 | ||
| 948 | 19년 전 | 7829 | ||
| 947 |
|
19년 전 | 2504 | |
| 946 |
DeepnBlue
|
19년 전 | 3110 | |
| 945 |
pearly
|
19년 전 | 2884 | |
| 944 | 19년 전 | 3028 | ||
| 943 |
|
19년 전 | 2232 | |
| 942 | 19년 전 | 2455 | ||
| 941 |
|
19년 전 | 4079 | |
| 940 | 19년 전 | 2235 | ||
| 939 |
|
19년 전 | 4220 | |
| 938 |
|
19년 전 | 2385 | |
| 937 | 19년 전 | 2086 | ||
| 936 |
|
19년 전 | 2331 | |
| 935 | 19년 전 | 1880 | ||
| 934 |
|
19년 전 | 2412 | |
| 933 | 19년 전 | 2206 | ||
| 932 |
|
19년 전 | 3075 | |
| 931 | 19년 전 | 1863 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기