El sitio más completo sobre programación, recursos web y herramientas online para Webmasters
Fecha: 22/01/2003

ventana efecto javascript expandir

este codigo javascript abre una nueva ventana, incrementando su tamaño poco a poco.

Código Javascript


<html>
<!-- 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>
<title>Expapanding Center</title>
<script type="text/javascript">
<!-- Original: Sean Decker -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- 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 onClick="expand();" href="inde2.htm"> Ver el ejemplo</a><p>
<!-- Script Size: 1.06 KB -->
</body>
</html>

ventana efecto javascript expandir Categoría: Javascript, Varios

Compartir ventana efecto javascript expandir en Facebook Twitter MySpace del.icio.us fresqui Meneame


Scripts Similares:

» Ping - Pong javascript games
» status bar scroller javascript
» text effects javascript maquina de escribir
» games ta-te-ti javascript
» cursor Cursores varios
» evento Onload javascript
Ver el perfil de Gabriel Marcelo Rodriguez en LinkedIn

Privacidad ּ Publicidad ּ Prensa ּ Premios ּ Colaborar ּ Enlazarnos ּ Mapa del Sitio ּ Aviso legal ּ Boletín ּ Contacto
2001 - 2011 | Sitio Sitio creado y mantenido por Gabriel Marcelo Rodriguez
Hosting de alta calidad a bajo costo Neolo.com.ar