(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 1999 | |
| 1229 |
|
18년 전 | 2937 | |
| 1228 |
|
18년 전 | 2625 | |
| 1227 | 18년 전 | 2921 | ||
| 1226 | 18년 전 | 2358 | ||
| 1225 |
|
18년 전 | 2425 | |
| 1224 | 18년 전 | 2737 | ||
| 1223 |
|
18년 전 | 3982 | |
| 1222 |
mixdesign
|
18년 전 | 2626 | |
| 1221 |
|
18년 전 | 2746 | |
| 1220 | 18년 전 | 3205 | ||
| 1219 | 18년 전 | 2908 | ||
| 1218 | 18년 전 | 2102 | ||
| 1217 |
|
18년 전 | 2544 | |
| 1216 | 18년 전 | 2557 | ||
| 1215 |
mixdesign
|
18년 전 | 4035 | |
| 1214 |
|
18년 전 | 4786 | |
| 1213 | 18년 전 | 2315 | ||
| 1212 |
mixdesign
|
18년 전 | 2485 | |
| 1211 |
|
18년 전 | 2422 | |
| 1210 | 18년 전 | 3755 | ||
| 1209 |
mixdesign
|
18년 전 | 2372 | |
| 1208 |
mixdesign
|
18년 전 | 2374 | |
| 1207 |
mixdesign
|
18년 전 | 1718 | |
| 1206 |
mixdesign
|
18년 전 | 1999 | |
| 1205 |
mixdesign
|
18년 전 | 2698 | |
| 1204 |
mixdesign
|
18년 전 | 3577 | |
| 1203 | 18년 전 | 3089 | ||
| 1202 | 18년 전 | 2968 | ||
| 1201 | 18년 전 | 2029 | ||
| 1200 | 18년 전 | 4123 | ||
| 1199 | 18년 전 | 2158 | ||
| 1198 | 18년 전 | 4192 | ||
| 1197 | 18년 전 | 2501 | ||
| 1196 | 18년 전 | 2353 | ||
| 1195 |
|
18년 전 | 3461 | |
| 1194 | 18년 전 | 2234 | ||
| 1193 | 18년 전 | 2143 | ||
| 1192 | 18년 전 | 3271 | ||
| 1191 | 18년 전 | 3952 | ||
| 1190 | 18년 전 | 2212 | ||
| 1189 |
|
18년 전 | 2353 | |
| 1188 |
|
18년 전 | 3823 | |
| 1187 | 18년 전 | 2705 | ||
| 1186 | 18년 전 | 3355 | ||
| 1185 | 18년 전 | 2772 | ||
| 1184 | 18년 전 | 1663 | ||
| 1183 | 18년 전 | 2123 | ||
| 1182 | 18년 전 | 3690 | ||
| 1181 |
mermaid
|
18년 전 | 2916 | |
| 1180 | 18년 전 | 2970 | ||
| 1179 | 18년 전 | 3605 | ||
| 1178 | 18년 전 | 2165 | ||
| 1177 |
|
18년 전 | 2281 | |
| 1176 | 18년 전 | 3171 | ||
| 1175 | 18년 전 | 1859 | ||
| 1174 |
|
18년 전 | 2224 | |
| 1173 |
|
18년 전 | 2524 | |
| 1172 | 18년 전 | 1766 | ||
| 1171 | 18년 전 | 2101 | ||
| 1170 | 18년 전 | 1988 | ||
| 1169 | 18년 전 | 2504 | ||
| 1168 | 18년 전 | 1923 | ||
| 1167 | 18년 전 | 1717 | ||
| 1166 | 18년 전 | 1743 | ||
| 1165 | 18년 전 | 1725 | ||
| 1164 | 18년 전 | 2773 | ||
| 1163 | 18년 전 | 1552 | ||
| 1162 |
|
18년 전 | 5666 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2393 | |
| 1160 | 18년 전 | 1662 | ||
| 1159 | 18년 전 | 4701 | ||
| 1158 | 18년 전 | 2051 | ||
| 1157 | 18년 전 | 4841 | ||
| 1156 | 18년 전 | 3188 | ||
| 1155 | 18년 전 | 2129 | ||
| 1154 | 18년 전 | 1828 | ||
| 1153 |
BEST79
|
18년 전 | 2105 | |
| 1152 | 18년 전 | 1722 | ||
| 1151 | 18년 전 | 1837 | ||
| 1150 | 18년 전 | 1836 | ||
| 1149 |
inniskun
|
18년 전 | 2480 | |
| 1148 |
|
18년 전 | 3494 | |
| 1147 |
|
18년 전 | 5974 | |
| 1146 |
|
18년 전 | 3864 | |
| 1145 | 18년 전 | 3056 | ||
| 1144 | 18년 전 | 2132 | ||
| 1143 | 18년 전 | 2401 | ||
| 1142 | 18년 전 | 2190 | ||
| 1141 |
|
18년 전 | 2298 | |
| 1140 | 18년 전 | 2405 | ||
| 1139 | 18년 전 | 2844 | ||
| 1138 | 18년 전 | 2537 | ||
| 1137 | 18년 전 | 1991 | ||
| 1136 | 18년 전 | 3127 | ||
| 1135 | 18년 전 | 3588 | ||
| 1134 | 18년 전 | 3830 | ||
| 1133 |
자반고등어
|
18년 전 | 3334 | |
| 1132 | 18년 전 | 3384 | ||
| 1131 | 18년 전 | 2562 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기