Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/11/2006, 01:11
Avatar de B**
B**
 
Fecha de Ingreso: enero-2006
Ubicación: Monterrey,Mexico
Mensajes: 952
Antigüedad: 18 años, 3 meses
Puntos: 3
Con uso de metatags en javascript
Código HTML:
<meta http-equiv="refresh" content="20;URL=tuPage.jsp" > 
Tambien se puede con setInterval:
Código HTML:
Puedes tb utilizar una función de javascript llamada setTimeout:

onLoad=window.setTimeout("location.href='PÁGINA_A_LA_QUE_ENVIAR.html'",10000)>//Le expresas el tiempo en milisegundos..1000=1 segundo///
__________________
-URL= Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS.