(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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년 전 | 1783 | ||
| 1029 | 18년 전 | 2214 | ||
| 1028 | 18년 전 | 2628 | ||
| 1027 | 18년 전 | 1788 | ||
| 1026 | 18년 전 | 1521 | ||
| 1025 | 18년 전 | 1534 | ||
| 1024 | 18년 전 | 1460 | ||
| 1023 | 18년 전 | 3220 | ||
| 1022 | 18년 전 | 2910 | ||
| 1021 | 18년 전 | 1671 | ||
| 1020 | 18년 전 | 3406 | ||
| 1019 | 18년 전 | 1834 | ||
| 1018 | 18년 전 | 1484 | ||
| 1017 | 18년 전 | 1950 | ||
| 1016 | 18년 전 | 2092 | ||
| 1015 | 18년 전 | 1629 | ||
| 1014 | 18년 전 | 2341 | ||
| 1013 | 18년 전 | 1995 | ||
| 1012 | 18년 전 | 1614 | ||
| 1011 | 18년 전 | 1782 | ||
| 1010 | 18년 전 | 2036 | ||
| 1009 | 18년 전 | 1795 | ||
| 1008 | 18년 전 | 1600 | ||
| 1007 | 18년 전 | 1658 | ||
| 1006 | 18년 전 | 3129 | ||
| 1005 | 18년 전 | 1991 | ||
| 1004 | 18년 전 | 1864 | ||
| 1003 | 18년 전 | 4365 | ||
| 1002 | 18년 전 | 4992 | ||
| 1001 | 18년 전 | 3156 | ||
| 1000 | 18년 전 | 2905 | ||
| 999 | 18년 전 | 3495 | ||
| 998 | 18년 전 | 2039 | ||
| 997 | 18년 전 | 2393 | ||
| 996 | 18년 전 | 2687 | ||
| 995 | 18년 전 | 2751 | ||
| 994 | 18년 전 | 2346 | ||
| 993 | 18년 전 | 1608 | ||
| 992 | 18년 전 | 3374 | ||
| 991 | 18년 전 | 1978 | ||
| 990 | 18년 전 | 2378 | ||
| 989 | 18년 전 | 2449 | ||
| 988 | 18년 전 | 2879 | ||
| 987 | 18년 전 | 5210 | ||
| 986 |
|
18년 전 | 2486 | |
| 985 |
|
18년 전 | 3336 | |
| 984 | 18년 전 | 4274 | ||
| 983 |
느낌좋은날
|
18년 전 | 2498 | |
| 982 | 18년 전 | 2463 | ||
| 981 | 19년 전 | 4036 | ||
| 980 | 19년 전 | 2747 | ||
| 979 |
Sinpre
|
19년 전 | 2988 | |
| 978 | 19년 전 | 2204 | ||
| 977 | 19년 전 | 2215 | ||
| 976 | 19년 전 | 1990 | ||
| 975 | 19년 전 | 3272 | ||
| 974 | 19년 전 | 2104 | ||
| 973 |
|
19년 전 | 2779 | |
| 972 |
|
19년 전 | 1740 | |
| 971 | 19년 전 | 5311 | ||
| 970 | 19년 전 | 3564 | ||
| 969 | 19년 전 | 4317 | ||
| 968 | 19년 전 | 3059 | ||
| 967 | 19년 전 | 2523 | ||
| 966 | 19년 전 | 3916 | ||
| 965 | 19년 전 | 2644 | ||
| 964 | 19년 전 | 2988 | ||
| 963 | 19년 전 | 2957 | ||
| 962 | 19년 전 | 4173 | ||
| 961 | 19년 전 | 3122 | ||
| 960 | 19년 전 | 3017 | ||
| 959 | 19년 전 | 3667 | ||
| 958 | 19년 전 | 2973 | ||
| 957 | 19년 전 | 2190 | ||
| 956 | 19년 전 | 2220 | ||
| 955 | 19년 전 | 2166 | ||
| 954 | 19년 전 | 2764 | ||
| 953 | 19년 전 | 2473 | ||
| 952 | 19년 전 | 3343 | ||
| 951 | 19년 전 | 3201 | ||
| 950 | 19년 전 | 1826 | ||
| 949 | 19년 전 | 2738 | ||
| 948 | 19년 전 | 7824 | ||
| 947 |
|
19년 전 | 2501 | |
| 946 |
DeepnBlue
|
19년 전 | 3100 | |
| 945 |
pearly
|
19년 전 | 2862 | |
| 944 | 19년 전 | 3019 | ||
| 943 |
|
19년 전 | 2220 | |
| 942 | 19년 전 | 2449 | ||
| 941 |
|
19년 전 | 4069 | |
| 940 | 19년 전 | 2227 | ||
| 939 |
|
19년 전 | 4218 | |
| 938 |
|
19년 전 | 2377 | |
| 937 | 19년 전 | 2071 | ||
| 936 |
|
19년 전 | 2321 | |
| 935 | 19년 전 | 1869 | ||
| 934 |
|
19년 전 | 2397 | |
| 933 | 19년 전 | 2192 | ||
| 932 |
|
19년 전 | 3063 | |
| 931 | 19년 전 | 1851 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기