(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 435 | ||
| 7929 | 9년 전 | 364 | ||
| 7928 | 9년 전 | 450 | ||
| 7927 | 9년 전 | 366 | ||
| 7926 | 9년 전 | 676 | ||
| 7925 | 9년 전 | 387 | ||
| 7924 | 9년 전 | 371 | ||
| 7923 | 9년 전 | 369 | ||
| 7922 | 9년 전 | 401 | ||
| 7921 | 9년 전 | 415 | ||
| 7920 | 9년 전 | 335 | ||
| 7919 | 9년 전 | 344 | ||
| 7918 | 9년 전 | 499 | ||
| 7917 | 9년 전 | 351 | ||
| 7916 | 9년 전 | 431 | ||
| 7915 | 9년 전 | 434 | ||
| 7914 | 9년 전 | 445 | ||
| 7913 | 9년 전 | 618 | ||
| 7912 | 9년 전 | 451 | ||
| 7911 | 9년 전 | 385 | ||
| 7910 | 9년 전 | 430 | ||
| 7909 | 9년 전 | 534 | ||
| 7908 | 9년 전 | 466 | ||
| 7907 | 9년 전 | 409 | ||
| 7906 | 9년 전 | 425 | ||
| 7905 | 9년 전 | 399 | ||
| 7904 | 9년 전 | 385 | ||
| 7903 | 9년 전 | 380 | ||
| 7902 | 9년 전 | 581 | ||
| 7901 |
|
9년 전 | 759 | |
| 7900 | 9년 전 | 624 | ||
| 7899 | 9년 전 | 412 | ||
| 7898 | 9년 전 | 418 | ||
| 7897 | 9년 전 | 371 | ||
| 7896 | 9년 전 | 385 | ||
| 7895 | 9년 전 | 495 | ||
| 7894 | 9년 전 | 417 | ||
| 7893 | 9년 전 | 385 | ||
| 7892 | 9년 전 | 423 | ||
| 7891 | 9년 전 | 789 | ||
| 7890 | 9년 전 | 1219 | ||
| 7889 | 9년 전 | 757 | ||
| 7888 |
limsy1987
|
9년 전 | 568 | |
| 7887 | 9년 전 | 590 | ||
| 7886 | 9년 전 | 483 | ||
| 7885 | 9년 전 | 437 | ||
| 7884 | 9년 전 | 437 | ||
| 7883 | 9년 전 | 442 | ||
| 7882 | 9년 전 | 497 | ||
| 7881 | 9년 전 | 467 | ||
| 7880 | 9년 전 | 602 | ||
| 7879 | 9년 전 | 494 | ||
| 7878 | 9년 전 | 1252 | ||
| 7877 | 9년 전 | 786 | ||
| 7876 | 9년 전 | 522 | ||
| 7875 | 9년 전 | 597 | ||
| 7874 |
|
9년 전 | 823 | |
| 7873 | 9년 전 | 536 | ||
| 7872 | 9년 전 | 702 | ||
| 7871 | 9년 전 | 511 | ||
| 7870 | 9년 전 | 636 | ||
| 7869 | 9년 전 | 452 | ||
| 7868 | 9년 전 | 481 | ||
| 7867 | 9년 전 | 470 | ||
| 7866 | 9년 전 | 532 | ||
| 7865 | 9년 전 | 475 | ||
| 7864 | 9년 전 | 542 | ||
| 7863 | 9년 전 | 540 | ||
| 7862 | 9년 전 | 491 | ||
| 7861 | 9년 전 | 672 | ||
| 7860 | 9년 전 | 651 | ||
| 7859 | 9년 전 | 436 | ||
| 7858 | 9년 전 | 731 | ||
| 7857 | 9년 전 | 1116 | ||
| 7856 | 9년 전 | 552 | ||
| 7855 | 9년 전 | 777 | ||
| 7854 | 9년 전 | 742 | ||
| 7853 | 9년 전 | 620 | ||
| 7852 | 9년 전 | 547 | ||
| 7851 | 9년 전 | 536 | ||
| 7850 | 9년 전 | 614 | ||
| 7849 | 9년 전 | 381 | ||
| 7848 | 9년 전 | 449 | ||
| 7847 | 9년 전 | 693 | ||
| 7846 | 9년 전 | 482 | ||
| 7845 | 9년 전 | 450 | ||
| 7844 | 9년 전 | 422 | ||
| 7843 | 9년 전 | 452 | ||
| 7842 | 9년 전 | 430 | ||
| 7841 | 9년 전 | 409 | ||
| 7840 | 9년 전 | 427 | ||
| 7839 | 9년 전 | 460 | ||
| 7838 | 9년 전 | 533 | ||
| 7837 | 9년 전 | 378 | ||
| 7836 | 9년 전 | 427 | ||
| 7835 | 9년 전 | 499 | ||
| 7834 |
|
9년 전 | 1210 | |
| 7833 | 9년 전 | 466 | ||
| 7832 | 9년 전 | 449 | ||
| 7831 | 9년 전 | 600 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기