Infinito Punto Alfa

Hasta los güevos de la 2.0, algo de diseño gráfico, web y concursos.

4 abril 2007
by Animatek
5 Comments

JavaScript :
Temporizador de cierre.

PLAIN TEXT JAVASCRIPT: <html> <head> <script type="text/JavaScript"> <!-- function closeWin(thetime) { setTimeout("window.close()", thetime); } //--> </script> </head> <body onload="closeWin('5000')"> Esta página se cerrara en 5 segundos. </body> </html> ejecutar ejemplo Bookmark on Delicious Digg this post Recommend on Facebook Share … Continue reading