(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2055 | ||
| 229 | 20년 전 | 3134 | ||
| 228 | 20년 전 | 3322 | ||
| 227 | 20년 전 | 2389 | ||
| 226 | 20년 전 | 5474 | ||
| 225 | 20년 전 | 2517 | ||
| 224 | 20년 전 | 2964 | ||
| 223 | 20년 전 | 4203 | ||
| 222 | 20년 전 | 2604 | ||
| 221 | 20년 전 | 2288 | ||
| 220 | 20년 전 | 3673 | ||
| 219 | 20년 전 | 2067 | ||
| 218 | 20년 전 | 3562 | ||
| 217 | 20년 전 | 2475 | ||
| 216 | 20년 전 | 2908 | ||
| 215 | 20년 전 | 2223 | ||
| 214 | 20년 전 | 3333 | ||
| 213 | 20년 전 | 2914 | ||
| 212 | 20년 전 | 3045 | ||
| 211 | 20년 전 | 2144 | ||
| 210 | 20년 전 | 1891 | ||
| 209 | 20년 전 | 2347 | ||
| 208 | 20년 전 | 1972 | ||
| 207 | 20년 전 | 1671 | ||
| 206 | 20년 전 | 1852 | ||
| 205 | 20년 전 | 3945 | ||
| 204 | 20년 전 | 1672 | ||
| 203 | 20년 전 | 2009 | ||
| 202 | 20년 전 | 2356 | ||
| 201 | 20년 전 | 1822 | ||
| 200 | 20년 전 | 2953 | ||
| 199 | 20년 전 | 2004 | ||
| 198 | 20년 전 | 2084 | ||
| 197 | 20년 전 | 3648 | ||
| 196 | 20년 전 | 2978 | ||
| 195 | 20년 전 | 2089 | ||
| 194 | 20년 전 | 10241 | ||
| 193 | 20년 전 | 2241 | ||
| 192 | 20년 전 | 1598 | ||
| 191 | 20년 전 | 2660 | ||
| 190 | 20년 전 | 2287 | ||
| 189 | 20년 전 | 1679 | ||
| 188 | 20년 전 | 1473 | ||
| 187 | 20년 전 | 1903 | ||
| 186 | 20년 전 | 1708 | ||
| 185 | 20년 전 | 1750 | ||
| 184 | 20년 전 | 2345 | ||
| 183 | 20년 전 | 1556 | ||
| 182 | 20년 전 | 1482 | ||
| 181 | 20년 전 | 1622 | ||
| 180 | 20년 전 | 2716 | ||
| 179 | 20년 전 | 1799 | ||
| 178 | 20년 전 | 1855 | ||
| 177 | 20년 전 | 1979 | ||
| 176 | 20년 전 | 1798 | ||
| 175 | 20년 전 | 1870 | ||
| 174 | 20년 전 | 1693 | ||
| 173 | 20년 전 | 2057 | ||
| 172 | 20년 전 | 1782 | ||
| 171 | 20년 전 | 2554 | ||
| 170 | 20년 전 | 2268 | ||
| 169 | 20년 전 | 2548 | ||
| 168 | 20년 전 | 1473 | ||
| 167 | 20년 전 | 1575 | ||
| 166 | 20년 전 | 2148 | ||
| 165 | 20년 전 | 1621 | ||
| 164 | 20년 전 | 3766 | ||
| 163 | 20년 전 | 2658 | ||
| 162 | 20년 전 | 2078 | ||
| 161 | 20년 전 | 2786 | ||
| 160 | 20년 전 | 1730 | ||
| 159 | 20년 전 | 1607 | ||
| 158 | 20년 전 | 2560 | ||
| 157 | 20년 전 | 1487 | ||
| 156 | 20년 전 | 1734 | ||
| 155 | 20년 전 | 3227 | ||
| 154 | 20년 전 | 1888 | ||
| 153 | 20년 전 | 1620 | ||
| 152 | 20년 전 | 4946 | ||
| 151 | 20년 전 | 4573 | ||
| 150 | 20년 전 | 3512 | ||
| 149 | 20년 전 | 3784 | ||
| 148 | 20년 전 | 7068 | ||
| 147 | 20년 전 | 3549 | ||
| 146 | 20년 전 | 2617 | ||
| 145 | 20년 전 | 2612 | ||
| 144 | 20년 전 | 7164 | ||
| 143 | 20년 전 | 4594 | ||
| 142 | 20년 전 | 1899 | ||
| 141 | 20년 전 | 3250 | ||
| 140 | 20년 전 | 1957 | ||
| 139 | 20년 전 | 1569 | ||
| 138 | 20년 전 | 2302 | ||
| 137 | 20년 전 | 1775 | ||
| 136 | 20년 전 | 1451 | ||
| 135 | 20년 전 | 1782 | ||
| 134 | 20년 전 | 2964 | ||
| 133 | 20년 전 | 2447 | ||
| 132 | 20년 전 | 1704 | ||
| 131 | 20년 전 | 1637 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기