(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 680 | ||
| 7629 |
|
10년 전 | 2444 | |
| 7628 | 10년 전 | 822 | ||
| 7627 |
|
10년 전 | 1055 | |
| 7626 |
|
10년 전 | 1808 | |
| 7625 | 10년 전 | 743 | ||
| 7624 | 10년 전 | 752 | ||
| 7623 |
|
10년 전 | 3143 | |
| 7622 | 10년 전 | 756 | ||
| 7621 |
leeleeleelee
|
10년 전 | 610 | |
| 7620 | 10년 전 | 558 | ||
| 7619 | 10년 전 | 528 | ||
| 7618 | 10년 전 | 1062 | ||
| 7617 | 10년 전 | 743 | ||
| 7616 | 10년 전 | 680 | ||
| 7615 | 10년 전 | 745 | ||
| 7614 | 10년 전 | 1289 | ||
| 7613 |
|
10년 전 | 2104 | |
| 7612 | 10년 전 | 1187 | ||
| 7611 | 10년 전 | 1448 | ||
| 7610 |
|
10년 전 | 1926 | |
| 7609 |
|
10년 전 | 1382 | |
| 7608 |
mwdkim
|
10년 전 | 1154 | |
| 7607 |
|
10년 전 | 1084 | |
| 7606 |
mwdkim
|
10년 전 | 3964 | |
| 7605 | 10년 전 | 710 | ||
| 7604 | 10년 전 | 1050 | ||
| 7603 | 10년 전 | 1669 | ||
| 7602 |
|
10년 전 | 1102 | |
| 7601 |
AniNest
|
10년 전 | 2818 | |
| 7600 |
port443
|
10년 전 | 1063 | |
| 7599 | 10년 전 | 968 | ||
| 7598 | 10년 전 | 1043 | ||
| 7597 | 10년 전 | 4592 | ||
| 7596 |
SeungYeon
|
10년 전 | 914 | |
| 7595 |
untitled
|
10년 전 | 2462 | |
| 7594 |
프로그래머7
|
10년 전 | 1751 | |
| 7593 |
untitled
|
10년 전 | 2393 | |
| 7592 |
untitled
|
10년 전 | 1960 | |
| 7591 |
untitled
|
10년 전 | 2698 | |
| 7590 |
아리마2001
|
10년 전 | 879 | |
| 7589 | 10년 전 | 1131 | ||
| 7588 |
|
10년 전 | 2942 | |
| 7587 | 10년 전 | 1327 | ||
| 7586 | 10년 전 | 691 | ||
| 7585 | 10년 전 | 1725 | ||
| 7584 | 10년 전 | 1428 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1194 | |
| 7582 |
|
10년 전 | 1157 | |
| 7581 | 10년 전 | 1384 | ||
| 7580 | 10년 전 | 1036 | ||
| 7579 |
|
10년 전 | 630 | |
| 7578 | 10년 전 | 1446 | ||
| 7577 |
|
10년 전 | 1892 | |
| 7576 | 10년 전 | 1402 | ||
| 7575 |
멋진남자임
|
10년 전 | 1487 | |
| 7574 | 10년 전 | 2151 | ||
| 7573 | 10년 전 | 3288 | ||
| 7572 | 10년 전 | 783 | ||
| 7571 |
|
10년 전 | 800 | |
| 7570 |
|
10년 전 | 1351 | |
| 7569 | 10년 전 | 1569 | ||
| 7568 |
this1mg
|
10년 전 | 1070 | |
| 7567 |
|
10년 전 | 788 | |
| 7566 | 10년 전 | 933 | ||
| 7565 |
Angel하늘
|
10년 전 | 1035 | |
| 7564 |
seoldi
|
10년 전 | 1280 | |
| 7563 |
|
10년 전 | 1420 | |
| 7562 |
멋진남자임
|
10년 전 | 2121 | |
| 7561 | 10년 전 | 744 | ||
| 7560 |
leeleeleelee
|
10년 전 | 935 | |
| 7559 | 10년 전 | 5076 | ||
| 7558 |
RinaP
|
10년 전 | 813 | |
| 7557 |
|
10년 전 | 1273 | |
| 7556 | 10년 전 | 1216 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1685 | |
| 7554 | 10년 전 | 1114 | ||
| 7553 |
senseme
|
10년 전 | 1363 | |
| 7552 |
ehdltdoit
|
10년 전 | 1458 | |
| 7551 |
|
10년 전 | 1846 | |
| 7550 |
leeleeleelee
|
10년 전 | 1618 | |
| 7549 | 10년 전 | 2450 | ||
| 7548 | 10년 전 | 1857 | ||
| 7547 |
멋진남자임
|
10년 전 | 1982 | |
| 7546 | 10년 전 | 1024 | ||
| 7545 |
ILMare1003
|
10년 전 | 1316 | |
| 7544 |
|
10년 전 | 1272 | |
| 7543 | 10년 전 | 906 | ||
| 7542 | 10년 전 | 683 | ||
| 7541 |
울라라라우
|
10년 전 | 886 | |
| 7540 | 10년 전 | 1614 | ||
| 7539 | 10년 전 | 962 | ||
| 7538 |
|
10년 전 | 1849 | |
| 7537 | 10년 전 | 3637 | ||
| 7536 |
Gaumi
|
10년 전 | 1446 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1300 | |
| 7534 |
senseme
|
10년 전 | 1224 | |
| 7533 | 10년 전 | 1224 | ||
| 7532 | 10년 전 | 893 | ||
| 7531 | 10년 전 | 2089 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기