Español
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--要完成此效果需要两个步骤 第一步:把如下代码加入到<head>区域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Comienza la función expandiendoVentana(sitio web) { var heightspeed = 2; // velocidad de desplazamiento vertical (mayor = menor) var widthspeed = 7; // velocidad de desplazamiento horizontal (mayor = menor) var leftdist = 0; // distancia al borde izquierdo de la ventana var topdist = 0; // distancia al borde superior de la ventana if (document.all) { var winwidth = window.screen.availWidth - leftdist; var winheight = ventana.pantalla.availHeight - topdist; var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",ancho=1,alto=1,barras de desplazamiento=yes"); for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) { sizer.resizeTo("1", sizeheight); } for (ancho de tamaño = 1; ancho de tamaño < ancho de ganancia; ancho de tamaño += velocidad de ancho) { sizer.resizeTo(ancho de tamaño, altura de tamaño); } sizer.ubicación = sitio web; } else ventana.ubicación = sitio web; } // Fin --> </script> <!--第二步:把如下代码加入到<body>区域中--> <a href="index.htm" onClick="expandingWindow('index.htm ');return false;">点击链接看效果</a>