Начало
Навигация
Центр Развернуть
В центре окна браузера и расширяется на весь экран!
JavaScripts-do.narod.ru
JavaScript Navigation: Центр Развернуть
<!-- TWO STEPS TO INSTALL CENTER EXPAND: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin function expand() { for(x = 0; x < 50; x++) { window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100); window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50); } window.moveTo(0,0); window.resizeTo(screen.availWidth, screen.availHeight); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <a href="http://JavaScripts-do.narod.ru" onClick="expand();">JavaScripts-do.narod.ru</a> <!-- Script Size: 1.06 KB -->