http://oxtag.com/html/ex/popup_size.html
<html>
<head>
<title>♡ 카멜롯™의 소스천국 태그피아 ♡</title>
<script language=javascript>
adjx = 10;
adjy = 30+12;
ratio = .2;
lamescape=4.75;
function resizer(location,xres,yres) {
/*if (document.all) FlashLayer.style.visibility = 'hidden';
else document.layers['FlashLayer'].visibility = 'hidden';
*/
if (document.all) TagLine.style.visibility = 'hidden';
else document.layers['TagLine'].visibility = 'hidden';
if (navigator.appVersion.indexOf("Mac")!=-1 || (document.layers && parseFloat(navigator.appVersion)<lamescape)) {
lleft=(screen.availWidth/2)-(xres/2);
ttop=(screen.availHeight/2)-(yres/2);
if (document.all) {
xres-=0;
yres-=0;
}
ww=window.open(location,'','left='+lleft+',top='+ttop+',width='+(xres)+',height='+(yres+17)+',menubar=no,toolbar=no,location=no,directories=no,resizable=no,scrollbars=yes,status=no');
return;
} else if (document.layers) yres+=7;
xres = xres+adjx;
yres = yres+adjy;
location = location;
xnew = xresnow+((xres-xresnow)*ratio);
ynew = yresnow+((yres-yresnow)*ratio);
setTimeout("resizeIt('"+location+"','"+xres+"','"+yres+"','"+xnew+"','"+ynew+"')",1000);
}
function resizeIt(location,xres,yres,xnew,ynew){
x = xresnow;
y = yresnow;
ow=0;
oh=0;
if (document.layers) {ow=-window.outerWidth+window.innerWidth+2;oh=-window.outerHeight+window.innerHeight;}
resizeTo(x+ow,y+oh);
moveTo(((screen.availWidth/2)-(xresnow/2)),((screen.availHeight/2)-(yresnow/2)));
xresnow = xresnow+((xres-xresnow)*ratio)
yresnow = yresnow+((yres-yresnow)*ratio)
if (((xresnow-xres) <= .5)&&((xresnow-xres) >= -.5)) { xnew=Math.floor(xres); ynew=Math.floor(yres); resizeTo(xnew+ow,ynew+oh);}
if (xnew != xres) setTimeout("resizeIt('"+location+"','"+xres+"','"+yres+"','"+xnew+"','"+ynew+"')",10);
else window.location = (location);
}
xresnow=600;
yresnow=400;
</script>
</head>
<body>
<div id=TagLine>
<a href="#" onclick="resizer('../about/about_info.htm',600,400)">클릭</a>
</div>
<img src="/php/nalog/nalogd.php?counter=nlogcounter&url=" width=1 height=0>
</body>
</html>
'인터넷정보' 카테고리의 다른 글
페이지 프린트 하는 간단한 방법 (0) | 2007.10.17 |
---|---|
이미지가 날아다녀요. (0) | 2007.10.17 |
이미지가 날아다녀요. (0) | 2007.10.17 |
이미지 슬라이드쇼 및 링크 (0) | 2007.10.17 |
이미지 슬라이드쇼 및 링크 (0) | 2007.10.17 |
팝업창 멋지게 열기 (0) | 2007.10.17 |
문서를 휠마우스 처럼 자동으로 스클롤 시키기 (0) | 2007.10.17 |
문서를 휠마우스 처럼 자동으로 스클롤 시키기 (0) | 2007.10.17 |
마우스 오른쪽 버튼 두번 누를 경우 브라우저 다운시키기 (0) | 2007.10.17 |
마우스 오른쪽 버튼 두번 누를 경우 브라우저 다운시키기 (0) | 2007.10.17 |