마우스 오버시 윈도우창 확장 / 축소
(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 12537 | |
| 29323 |
HTML
초보자를 위한 포토샵 강좌 47
|
| 12536 |
JavaScript
초보자를 위한 포토샵 강좌 46
|
| 12535 | |
| 12534 | |
| 12533 | |
| 29322 |
HTML
초보자를 위한 포토샵 강좌 42
|
| 12532 | |
| 12531 | |
| 12530 | |
| 29321 |
HTML
초보자를 위한 포토샵 강좌 38
|
| 12529 |
JavaScript
초보자를 위한 포토샵 강좌 37
|
| 12528 | |
| 12527 | |
| 12526 | |
| 29320 |
HTML
초보자를 위한 포토샵 강좌 33
|
| 12525 |
JavaScript
초보자를 위한 포토샵 강좌 32
|
| 12524 | |
| 12523 | |
| 29319 |
HTML
초보자를 위한 포토샵 강좌 29
|
| 12522 |
JavaScript
초보자를 위한 포토샵 강좌 28
|
| 12521 | |
| 12520 | |
| 12519 | |
| 29318 |
HTML
초보자를 위한 포토샵 강좌 24
|
| 12518 |
JavaScript
초보자를 위한 포토샵 강좌 23
|
| 12517 | |
| 12516 | |
| 29315 |
HTML
레이어 달력...
2
|
| 25032 |
계약서
웹디자인 재택근무계약서
3
|
| 25030 | |
| 25028 |
계약서
매매계약서
1
|
| 25027 | |
| 25026 | |
| 25024 | |
| 25022 | |
| 80 | |
| 29314 |
HTML
초보자를 위한 포토샵 강좌 20
|
| 12515 |
JavaScript
초보자를 위한 포토샵 강좌 19
|
| 12514 | |
| 12513 | |
| 12512 | |
| 29313 |
HTML
초보자를 위한 포토샵 강좌 15
|
| 12511 |
JavaScript
초보자를 위한 포토샵 강좌 14
|
| 12510 | |
| 12509 | |
| 12508 | |
| 12506 | |
| 25021 |
계약서
인터넷업무제휴계약서
|
| 25019 |
계약서
저작권 양도계약서
1
|
| 25017 |
계약서
업무계약서
1
|
| 78 | |
| 12505 | |
| 29311 |
HTML
초보자를 위한 포토샵 강좌 8
1
|
| 12504 |
JavaScript
초보자를 위한 포토샵 강좌 7
|
| 12503 | |
| 12502 | |
| 12501 | |
| 29310 |
HTML
초보자를 위한 포토샵 강좌 3
|
| 12500 |
JavaScript
초보자를 위한 포토샵 강좌 2
|
| 12499 | |
| 12496 |
기타
iconv 활용하기
2
|
| 75 | |
| 12495 |
JavaScript
RED5 Documentation PDF
|
| 12491 |
MySQL
모바일 게시판 ANYBBS PHP 버전
3
|
| 12489 | |
| 73 | |
| 12488 |
기타
부드러운 움직임 2
|
| 12487 |
기타
부드러운 움직임
|
| 71 | |
| 12486 | |
| 12479 |
JavaScript
[펌] 웹방화벽 mod_security 다운로드 및 설정
6
|
| 29308 | |
| 62 | |
| 12476 |
기타
apache 재시작
2
|
| 12475 |
MySQL
윈도우 Mysql 시동 & 중지 명령어
|
| 12474 |
MySQL
mysql 기본 사용법
|
| 12471 |
MySQL
mysql 기본 사용법
2
|
| 12470 |
MySQL
mysql 버전확인
|
| 12467 | |
| 12465 | |
| 12463 |
MySQL
mysql5 euckr 덤프 옵션
1
|
| 12462 | |
| 12461 |
기타
입체분할 액션스크립트
|
| 61 | |
| 54 | |
| 46 | |
| 12458 | |
| 12456 | |
| 43 | |
| 12455 |
JavaScript
전자계산기 스크립트
|
| 29304 |
HTML
웹페이지 프린트하는 스크립트
3
|
| 29303 |
HTML
자동새로고침
|
| 29302 |
HTML
스타크래프트 로딩 스크립트
|
| 29300 |
HTML
미디어 연주기 소스
1
|
| 12454 |
기타
메일 폼 스크립트
|
| 29299 |
HTML
status바 반짝반짝
|
| 29298 |
HTML
메뉴가 하늘에서 뚝뚝 떨어집니다.
|
| 12453 |
JavaScript
텍스트 이동(물흐르듯이)
|
| 29297 |
HTML
멀티플 시계스크립트
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기