(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4084 | ||
| 429 | 19년 전 | 3276 | ||
| 428 | 19년 전 | 4112 | ||
| 427 | 19년 전 | 3456 | ||
| 426 | 19년 전 | 3086 | ||
| 425 | 19년 전 | 3382 | ||
| 424 | 19년 전 | 2427 | ||
| 423 | 19년 전 | 2834 | ||
| 422 | 19년 전 | 2328 | ||
| 421 | 19년 전 | 3692 | ||
| 420 | 19년 전 | 4722 | ||
| 419 | 19년 전 | 3761 | ||
| 418 |
|
19년 전 | 1719 | |
| 417 | 19년 전 | 2727 | ||
| 416 | 19년 전 | 2370 | ||
| 415 | 19년 전 | 2598 | ||
| 414 | 19년 전 | 4390 | ||
| 413 |
|
19년 전 | 2562 | |
| 412 | 19년 전 | 3018 | ||
| 411 |
|
19년 전 | 2974 | |
| 410 |
|
19년 전 | 3651 | |
| 409 |
|
19년 전 | 3609 | |
| 408 |
|
19년 전 | 1827 | |
| 407 | 19년 전 | 2197 | ||
| 406 | 19년 전 | 2759 | ||
| 405 | 19년 전 | 2426 | ||
| 404 | 19년 전 | 4287 | ||
| 403 | 19년 전 | 3284 | ||
| 402 |
NeoGenesis
|
19년 전 | 4069 | |
| 401 | 19년 전 | 2583 | ||
| 400 |
|
19년 전 | 2467 | |
| 399 | 19년 전 | 2937 | ||
| 398 | 19년 전 | 2466 | ||
| 397 | 19년 전 | 2766 | ||
| 396 | 19년 전 | 2456 | ||
| 395 | 19년 전 | 3164 | ||
| 394 | 19년 전 | 1683 | ||
| 393 | 19년 전 | 2976 | ||
| 392 | 19년 전 | 2235 | ||
| 391 | 19년 전 | 2166 | ||
| 390 | 19년 전 | 2259 | ||
| 389 | 19년 전 | 2616 | ||
| 388 | 19년 전 | 2109 | ||
| 387 | 19년 전 | 4452 | ||
| 386 |
|
19년 전 | 2664 | |
| 385 |
|
19년 전 | 2446 | |
| 384 | 19년 전 | 2955 | ||
| 383 | 19년 전 | 3034 | ||
| 382 | 19년 전 | 3087 | ||
| 381 |
|
19년 전 | 2620 | |
| 380 |
|
19년 전 | 2997 | |
| 379 | 19년 전 | 2530 | ||
| 378 | 19년 전 | 2186 | ||
| 377 | 19년 전 | 2766 | ||
| 376 | 19년 전 | 2457 | ||
| 375 |
|
19년 전 | 2536 | |
| 374 | 19년 전 | 3786 | ||
| 373 | 19년 전 | 3251 | ||
| 372 | 19년 전 | 4971 | ||
| 371 |
세은아빠2
|
19년 전 | 2395 | |
| 370 | 19년 전 | 4488 | ||
| 369 | 19년 전 | 3088 | ||
| 368 | 19년 전 | 2871 | ||
| 367 | 19년 전 | 3711 | ||
| 366 | 19년 전 | 2625 | ||
| 365 | 19년 전 | 3709 | ||
| 364 | 19년 전 | 3982 | ||
| 363 | 19년 전 | 3413 | ||
| 362 | 19년 전 | 3464 | ||
| 361 | 19년 전 | 4085 | ||
| 360 |
hwatta
|
19년 전 | 2337 | |
| 359 | 19년 전 | 5072 | ||
| 358 | 19년 전 | 3627 | ||
| 357 | 19년 전 | 2575 | ||
| 356 |
sdesign1s
|
19년 전 | 2254 | |
| 355 | 20년 전 | 2717 | ||
| 354 | 20년 전 | 3011 | ||
| 353 | 20년 전 | 2779 | ||
| 352 |
|
20년 전 | 5760 | |
| 351 |
|
20년 전 | 2680 | |
| 350 |
|
20년 전 | 4262 | |
| 349 |
hwatta
|
20년 전 | 2145 | |
| 348 | 20년 전 | 7294 | ||
| 347 | 20년 전 | 2400 | ||
| 346 | 20년 전 | 3467 | ||
| 345 | 20년 전 | 4277 | ||
| 344 | 20년 전 | 2601 | ||
| 343 | 20년 전 | 3886 | ||
| 342 | 20년 전 | 3045 | ||
| 341 | 20년 전 | 4068 | ||
| 340 |
|
20년 전 | 5099 | |
| 339 |
|
20년 전 | 4207 | |
| 338 | 20년 전 | 5832 | ||
| 337 | 20년 전 | 2017 | ||
| 336 |
|
20년 전 | 3287 | |
| 335 |
|
20년 전 | 3521 | |
| 334 |
|
20년 전 | 2900 | |
| 333 |
hwatta
|
20년 전 | 2409 | |
| 332 | 20년 전 | 4639 | ||
| 331 | 20년 전 | 2251 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기