마우스 오버시 윈도우창 확장 / 축소
(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 12828 |
JavaScript
최근 게시물 디자인
5
|
| 254 | |
| 252 | |
| 25062 | |
| 29368 | |
| 249 | |
| 243 | |
| 239 | |
| 236 | |
| 234 | |
| 12821 | |
| 12818 |
Flash
플래쉬 매뉴 소스 실무_
2
|
| 12815 | |
| 12811 |
기타
플래쉬 매뉴 소스
3
|
| 12807 |
JavaScript
플래쉬 매뉴 소스
3
|
| 12797 | |
| 12787 | |
| 12781 | |
| 12780 |
JavaScript
자동글 방지 팁입니다.
|
| 232 | |
| 12779 |
기타
PHP 에서의 디버그
|
| 12776 | |
| 12768 | |
| 12767 | |
| 229 | |
| 12764 | |
| 226 | |
| 12762 |
JavaScript
팝업창 중앙에 띄우기 소스
1
|
| 12758 |
JavaScript
<tip>초간단 위로가기 소스
3
|
| 12757 |
JavaScript
소스 <퀵메뉴>
|
| 12755 | |
| 223 | |
| 221 | |
| 12746 | |
| 219 | |
| 212 | |
| 12745 | |
| 210 | |
| 206 | |
| 29366 | |
| 205 | |
| 12743 | |
| 203 | |
| 29364 |
HTML
클릭하면 이미지 서로 바꾸기.
1
|
| 201 | |
| 12742 |
JavaScript
/var/log/secure 로그를 이용한 IP Deny 자동 등록
|
| 29361 | |
| 12740 |
Linux
여러가지 리눅스 팁들
1
|
| 199 | |
| 198 | |
| 196 | |
| 12738 | |
| 12735 |
JavaScript
포토샵으로 쌍꺼풀 만들기
2
|
| 12732 | |
| 195 | |
| 194 | |
| 12731 |
JavaScript
특정 이메일 입력 금지및 이메일 유효성 검사
|
| 191 | |
| 188 | |
| 185 | |
| 182 | |
| 179 | |
| 25053 | |
| 25052 | |
| 12729 | |
| 25050 | |
| 176 | |
| 174 | |
| 172 | |
| 171 | |
| 168 | |
| 166 | |
| 12724 | |
| 12715 |
Flash
xml 연동mp3 플레이어 제작소스
8
|
| 164 | |
| 12712 | |
| 12702 |
Flash
xml 연동형 겔러리소스입니다
9
|
| 159 | |
| 12697 |
Flash
이미지마스크
4
|
| 29360 |
HTML
메트릭스글자
|
| 12696 | |
| 155 | |
| 12694 | |
| 12692 | |
| 12689 | |
| 12687 | |
| 12685 | |
| 12683 |
Flash
Flex 및 Flash 래퍼런스 활용
1
|
| 12679 | |
| 12678 |
기타
픽토그램 소스
|
| 12676 |
JavaScript
[일러스트강좌] 마크 그리기
1
|
| 151 | |
| 12669 | |
| 148 | |
| 146 | |
| 144 | |
| 143 | |
| 29356 | |
| 12662 |
JavaScript
html,php,js.vbs,각종 암호화
6
|
| 12655 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기