(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 95 | ||
| 8229 | 9년 전 | 94 | ||
| 8228 |
커네드커네드
|
9년 전 | 140 | |
| 8227 | 9년 전 | 163 | ||
| 8226 | 9년 전 | 187 | ||
| 8225 | 9년 전 | 174 | ||
| 8224 | 9년 전 | 166 | ||
| 8223 | 9년 전 | 139 | ||
| 8222 |
|
9년 전 | 213 | |
| 8221 | 9년 전 | 122 | ||
| 8220 | 9년 전 | 141 | ||
| 8219 | 9년 전 | 120 | ||
| 8218 | 9년 전 | 166 | ||
| 8217 |
star3840
|
9년 전 | 136 | |
| 8216 | 9년 전 | 186 | ||
| 8215 | 9년 전 | 140 | ||
| 8214 | 9년 전 | 248 | ||
| 8213 | 9년 전 | 195 | ||
| 8212 | 9년 전 | 111 | ||
| 8211 | 9년 전 | 277 | ||
| 8210 | 9년 전 | 279 | ||
| 8209 | 9년 전 | 361 | ||
| 8208 | 9년 전 | 252 | ||
| 8207 | 9년 전 | 250 | ||
| 8206 |
|
9년 전 | 217 | |
| 8205 | 9년 전 | 200 | ||
| 8204 | 9년 전 | 160 | ||
| 8203 | 9년 전 | 253 | ||
| 8202 | 9년 전 | 167 | ||
| 8201 | 9년 전 | 203 | ||
| 8200 | 9년 전 | 193 | ||
| 8199 | 9년 전 | 238 | ||
| 8198 | 9년 전 | 202 | ||
| 8197 | 9년 전 | 188 | ||
| 8196 | 9년 전 | 578 | ||
| 8195 | 9년 전 | 185 | ||
| 8194 | 9년 전 | 311 | ||
| 8193 | 9년 전 | 190 | ||
| 8192 | 9년 전 | 223 | ||
| 8191 | 9년 전 | 172 | ||
| 8190 | 9년 전 | 167 | ||
| 8189 | 9년 전 | 229 | ||
| 8188 | 9년 전 | 159 | ||
| 8187 | 9년 전 | 171 | ||
| 8186 | 9년 전 | 168 | ||
| 8185 | 9년 전 | 341 | ||
| 8184 | 9년 전 | 131 | ||
| 8183 | 9년 전 | 345 | ||
| 8182 | 9년 전 | 199 | ||
| 8181 | 9년 전 | 162 | ||
| 8180 | 9년 전 | 732 | ||
| 8179 | 9년 전 | 511 | ||
| 8178 | 9년 전 | 340 | ||
| 8177 |
kiplayer
|
9년 전 | 354 | |
| 8176 | 9년 전 | 387 | ||
| 8175 | 9년 전 | 254 | ||
| 8174 | 9년 전 | 273 | ||
| 8173 | 9년 전 | 366 | ||
| 8172 | 9년 전 | 230 | ||
| 8171 | 9년 전 | 204 | ||
| 8170 | 9년 전 | 322 | ||
| 8169 |
커네드커네드
|
9년 전 | 284 | |
| 8168 | 9년 전 | 351 | ||
| 8167 | 9년 전 | 344 | ||
| 8166 | 9년 전 | 264 | ||
| 8165 | 9년 전 | 196 | ||
| 8164 | 9년 전 | 332 | ||
| 8163 | 9년 전 | 312 | ||
| 8162 | 9년 전 | 332 | ||
| 8161 | 9년 전 | 323 | ||
| 8160 |
|
9년 전 | 521 | |
| 8159 | 9년 전 | 457 | ||
| 8158 | 9년 전 | 278 | ||
| 8157 | 9년 전 | 403 | ||
| 8156 | 9년 전 | 289 | ||
| 8155 | 9년 전 | 279 | ||
| 8154 |
00년생용띠
|
9년 전 | 626 | |
| 8153 | 9년 전 | 260 | ||
| 8152 |
|
9년 전 | 437 | |
| 8151 | 9년 전 | 444 | ||
| 8150 | 9년 전 | 536 | ||
| 8149 |
Jangfolk
|
9년 전 | 377 | |
| 8148 | 9년 전 | 203 | ||
| 8147 | 9년 전 | 410 | ||
| 8146 | 9년 전 | 473 | ||
| 8145 | 9년 전 | 428 | ||
| 8144 | 9년 전 | 389 | ||
| 8143 | 9년 전 | 223 | ||
| 8142 | 9년 전 | 461 | ||
| 8141 | 9년 전 | 410 | ||
| 8140 | 9년 전 | 954 | ||
| 8139 | 9년 전 | 300 | ||
| 8138 |
전갈자리남자
|
9년 전 | 415 | |
| 8137 | 9년 전 | 431 | ||
| 8136 | 9년 전 | 775 | ||
| 8135 |
|
9년 전 | 819 | |
| 8134 |
PlayPixel
|
9년 전 | 545 | |
| 8133 |
|
9년 전 | 469 | |
| 8132 | 9년 전 | 488 | ||
| 8131 | 9년 전 | 839 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기