• September 15, 2018
    <script language="JavaScript">
    
    function goNewWin() {
    
    // Set height and width
    var NewWinHeight=200;
    var NewWinWidth=200;
    
    // Place the window
    var NewWinPutX=10;
    var NewWinPutY=10;
    
    //Get what is below onto one line
    
    TheNewWin =window.open("untitled.html",'TheNewpop',
    'fullscreen=yes,toolbar=no,location=no,directories=no,
    status=no,menubar=no,scrollbars=no,resizable=no');
    
    //Get what is above onto one line
    
    TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
    TheNewWin.moveTo(NewWinPutX,NewWinPutY);
    
    }
    </script>


เวอไนน์ไอคอร์ส

ประหยัดเวลากว่า 100 เท่า!






เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์

Categories


Uncategorized