(세로) 마우스 오버시 윈도우창 확장 / 축소 시켜보자
- 현재 페이지에 들어갈 소스 -
<!--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년 전 | 2023 | |
| 1229 |
|
18년 전 | 2961 | |
| 1228 |
|
18년 전 | 2643 | |
| 1227 | 18년 전 | 2944 | ||
| 1226 | 18년 전 | 2372 | ||
| 1225 |
|
18년 전 | 2444 | |
| 1224 | 18년 전 | 2754 | ||
| 1223 |
|
18년 전 | 4000 | |
| 1222 |
mixdesign
|
18년 전 | 2642 | |
| 1221 |
|
18년 전 | 2762 | |
| 1220 | 18년 전 | 3221 | ||
| 1219 | 18년 전 | 2930 | ||
| 1218 | 18년 전 | 2126 | ||
| 1217 |
|
18년 전 | 2568 | |
| 1216 | 18년 전 | 2587 | ||
| 1215 |
mixdesign
|
18년 전 | 4073 | |
| 1214 |
|
18년 전 | 4802 | |
| 1213 | 18년 전 | 2334 | ||
| 1212 |
mixdesign
|
18년 전 | 2512 | |
| 1211 |
|
18년 전 | 2439 | |
| 1210 | 18년 전 | 3771 | ||
| 1209 |
mixdesign
|
18년 전 | 2384 | |
| 1208 |
mixdesign
|
18년 전 | 2389 | |
| 1207 |
mixdesign
|
18년 전 | 1737 | |
| 1206 |
mixdesign
|
18년 전 | 2015 | |
| 1205 |
mixdesign
|
18년 전 | 2713 | |
| 1204 |
mixdesign
|
18년 전 | 3585 | |
| 1203 | 18년 전 | 3107 | ||
| 1202 | 18년 전 | 2991 | ||
| 1201 | 18년 전 | 2041 | ||
| 1200 | 18년 전 | 4138 | ||
| 1199 | 18년 전 | 2181 | ||
| 1198 | 18년 전 | 4201 | ||
| 1197 | 18년 전 | 2516 | ||
| 1196 | 18년 전 | 2375 | ||
| 1195 |
|
18년 전 | 3483 | |
| 1194 | 18년 전 | 2255 | ||
| 1193 | 18년 전 | 2162 | ||
| 1192 | 18년 전 | 3278 | ||
| 1191 | 18년 전 | 3972 | ||
| 1190 | 18년 전 | 2232 | ||
| 1189 |
|
18년 전 | 2378 | |
| 1188 |
|
18년 전 | 3842 | |
| 1187 | 18년 전 | 2726 | ||
| 1186 | 18년 전 | 3390 | ||
| 1185 | 18년 전 | 2798 | ||
| 1184 | 18년 전 | 1680 | ||
| 1183 | 18년 전 | 2151 | ||
| 1182 | 18년 전 | 3716 | ||
| 1181 |
mermaid
|
18년 전 | 2932 | |
| 1180 | 18년 전 | 2989 | ||
| 1179 | 18년 전 | 3618 | ||
| 1178 | 18년 전 | 2183 | ||
| 1177 |
|
18년 전 | 2297 | |
| 1176 | 18년 전 | 3188 | ||
| 1175 | 18년 전 | 1890 | ||
| 1174 |
|
18년 전 | 2244 | |
| 1173 |
|
18년 전 | 2535 | |
| 1172 | 18년 전 | 1783 | ||
| 1171 | 18년 전 | 2119 | ||
| 1170 | 18년 전 | 2001 | ||
| 1169 | 18년 전 | 2516 | ||
| 1168 | 18년 전 | 1942 | ||
| 1167 | 18년 전 | 1734 | ||
| 1166 | 18년 전 | 1757 | ||
| 1165 | 18년 전 | 1740 | ||
| 1164 | 18년 전 | 2811 | ||
| 1163 | 18년 전 | 1570 | ||
| 1162 |
|
18년 전 | 5686 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2417 | |
| 1160 | 18년 전 | 1677 | ||
| 1159 | 18년 전 | 4709 | ||
| 1158 | 18년 전 | 2059 | ||
| 1157 | 18년 전 | 4849 | ||
| 1156 | 18년 전 | 3199 | ||
| 1155 | 18년 전 | 2141 | ||
| 1154 | 18년 전 | 1840 | ||
| 1153 |
BEST79
|
18년 전 | 2121 | |
| 1152 | 18년 전 | 1740 | ||
| 1151 | 18년 전 | 1850 | ||
| 1150 | 18년 전 | 1854 | ||
| 1149 |
inniskun
|
18년 전 | 2491 | |
| 1148 |
|
18년 전 | 3514 | |
| 1147 |
|
18년 전 | 5982 | |
| 1146 |
|
18년 전 | 3875 | |
| 1145 | 18년 전 | 3068 | ||
| 1144 | 18년 전 | 2155 | ||
| 1143 | 18년 전 | 2427 | ||
| 1142 | 18년 전 | 2215 | ||
| 1141 |
|
18년 전 | 2319 | |
| 1140 | 18년 전 | 2424 | ||
| 1139 | 18년 전 | 2852 | ||
| 1138 | 18년 전 | 2547 | ||
| 1137 | 18년 전 | 2005 | ||
| 1136 | 18년 전 | 3136 | ||
| 1135 | 18년 전 | 3601 | ||
| 1134 | 18년 전 | 3846 | ||
| 1133 |
자반고등어
|
18년 전 | 3354 | |
| 1132 | 18년 전 | 3404 | ||
| 1131 | 18년 전 | 2582 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기