ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î


ºê¶ó¿ìÀú¸¦ µ¿ÀûÀ¸·Î ºÎµå·´°Ô ¸®»çÀÌÁî
12³â Àü
<html>
<head>
    <title> musictrot.com </title>

<script>
function resizeWin(maxX,maxY,speed,delay,win){
    this.obj = "resizeWin" + (resizeWin.count++);
    eval(this.obj + "=this");
    if (!win)     this.win = self;    else this.win = eval(win);
    if (!maxX)    this.maxX = 400;    else this.maxX = maxX;
    if (!maxY)    this.maxY = 300;    else this.maxY = maxY;
    if (!speed)   this.speed = 1/2;   else this.speed = 1/speed;
    if (!delay)   this.delay = 0;    else this.delay = delay;
    this.doResize = (document.all || document.getElementById);
    this.stayCentered = false;
    
    this.initWin =     function(){
        if (this.doResize){
            this.resizeMe();
            }
        else {
            this.win.resizeTo(this.maxX + 10, this.maxY - 20);
            }
        }

    this.resizeMe = function(){
        this.win.focus();
        this.updateMe();
        }
    
    this.resizeTo = function(x,y){
        this.maxX = x;
        this.maxY = y;
        this.resizeMe();
        }
        
    this.stayCentered = function(){
        this.stayCentered = true;
        }

    this.updateMe = function(){
        this.resizing = true;
        var x = Math.ceil((this.maxX - this.getX()) * this.speed);
        var y = Math.ceil((this.maxY - this.getY()) * this.speed);
        if (x == 0 && this.getX() != this.maxX) {
            if (this.getX() > this.maxX) x = -1;
            else  x = 1;
            }
        if (y == 0 && this.getY() != this.maxY){
            if (this.getY() > this.maxY) y = -1;
            else y = 1;
            }
        if (x == 0 && y == 0) {
            this.resizing = false;
            }
        else {
            this.win.top.resizeBy(parseInt(x),parseInt(y));
            if (this.stayCentered == true) this.win.moveTo((screen.width - this.getX()) / 2,(screen.height - this.getY()) / 2);
            setTimeout(this.obj + '.updateMe()',this.delay)
            }
        }
        
    this.write =  function(text){
        if (document.all && this.win.document.all["coords"]) this.win.document.all["coords"].innerHTML = text;
        else if (document.getElementById && this.win.document.getElementById("coords")) this.win.document.getElementById("coords").innerHTML = text;
        }
        
    this.getX =  function(){
        if (document.all) return (this.win.top.document.body.clientWidth + 10)
        else if (document.getElementById)
            return this.win.top.outerWidth;
        else return this.win.top.outerWidth - 12;
    }
    
    this.getY = function(){
        if (document.all) return (this.win.top.document.body.clientHeight + 29)
        else if (document.getElementById)
            return this.win.top.outerHeight;
        else return this.win.top.outerHeight - 31;
    }
    
    this.onResize =  function(){
        if (this.doResize){
            if (!this.resizing) this.resizeMe();
            }
        }

    return this;
}
resizeWin.count = 0;
</script>


</head>

<BODY>
<b>
<a href=# onclick="javascript:dolion = new resizeWin(700,500);dolion.stayCentered();dolion.initWin();dolion.onResize();">À©µµ¿ì ¸®»çÀÌÁî (700 x 500)1</a><br>
<a href=# onclick="javascript:dolion = new resizeWin(800,300);dolion.stayCentered();dolion.initWin();dolion.onResize();">À©µµ¿ì ¸®»çÀÌÁî (800 x 300)2</a><br>
<a href=# onclick="javascript:dolion = new resizeWin(400,500);dolion.stayCentered();dolion.initWin();dolion.onResize();">À©µµ¿ì ¸®»çÀÌÁî (400 x 500)3</a><br>
<a href=# onclick="javascript:dolion = new resizeWin(350,350);dolion.stayCentered();dolion.initWin();dolion.onResize();">À©µµ¿ì ¸®»çÀÌÁî (350 x 350)4</a><br>
</b>
ÃßõÃßõ : 689 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,075
¾÷·Îµå È®ÀåÀÚ Ã¼Å©Çϱâ
2,074
¹«´Ü¸µÅ© ±ÝÁö ¼Ò½º
2,073
À̹ÌÁöÀÇ °¡·ÎÅ©±â°¡ ÁöÁ¤ÇÑ °Íº¸´Ù Å©¸é ÀÚµ¿ Å©±â Ãà¼Ò/È®´ë
2,072
À̹ÌÁö°¡ ÁöÁ¤Å©±âº¸´Ù Ŭ ¶§¸¸ ÀÚµ¿¸®»çÀÌÁî
2,071
1 ºÐ¸¶´Ù ºü²î´Â ¹è°æ
2,070
ÁÖ¼Òâ¿¡ °æ·Î°¨Ãß±â
ºê¶ó¿ìÀú¸¦ µ¿ÀûÀ¸·Î ºÎµå·´°Ô ¸®»çÀÌÁî
2,068
ob_start
2,067
javascript typeof() ¿¬»êÀÚ
2,066
Ç÷¡½ÃÄÚµåÁß ½ºÅ©¸°¸Þ´ºº¸ÀÓ/¸Þ´º°¨Ãã/Å©±âº¯ÇÔ µîµî ºÎ°¡Àû ¿É¼Ç (fscommand)
2,065
xmlÆÄÀÏÀÇ È°¿ë - xpath ¸¦ »ç¿ëÇϱâ -¾×¼Ç2.0ÄÚµù
2,064
Ç÷¡½¬ ¾×¼Ç½ºÅ©¸³Æ® Á¤¸®
2,063
¸®´ª½º ÆÄƼ¼Ç ±ÇÀå ºÐÇÒ
2,062
À¥ ÇÁ·Î±×·¥ ·Îµå ½Ã¹Ä·¹À̼Ç
2,061
MS-SQL¿¡¼­ Å×ÀÌºí ¼ÒÀ¯ÀÚ º¯°æ
2,060
ms sql ÀúÀå ÇÁ·Î½ÃÀú
2,059
Apache 2.2 Tomcat 6.0 ¿¬µ¿
2,058
Apache Tomcat¿¬µ¿
2,057
·¹µåÇò 9.0 ¼­¹ö ±¸Ãà
2,056
mysql complie ¿É¼Ç
2,055
sayMusic phpÄÄÆÄÀÏ ¿É¼Ç
2,054
asp.net DataListÄÁÆ®·Ñ¿¡¼­ ÆäÀÌ¡±¸Çö
2,053
Android °³¹ß Á¤¸®
2,052
¾Èµå·ÎÀÌµå °³¹ß ȯ°æ±¸Ãà
2,051
vmware¿¡¼­ ¸®´ª½º ¼³Ä¡ÈÄ tool¼³Ä¡
2,050
ÀÚ¹Ù½ºÅ©¸³Æ® Á¤±Ô½Ä
2,049
input¹Ú½º¿¡ °ªÀÌ µé¾î¿ÀÀÚ ¸¶ÀÚ ÇØ´çµÇ´Â°ª Ãâ·Â
2,048
php string °ü·Ã ÇÔ¼ö Á¤¸®
2,047
iexplore.exe ´ÜÃà ¸í·É
2,046
À©µµXP, ¹ÙÅÁÈ­¸é¿¡¼­ »ç¶óÁø ÀÎÅÍ³Ý ÀͽºÇÃ·Î¾î ¾ÆÀÌÄÜ ¸¸µé±â
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.