Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/08/2011, 06:50
Avatar de Batan
Batan
 
Fecha de Ingreso: septiembre-2010
Ubicación: Madrid
Mensajes: 408
Antigüedad: 13 años, 7 meses
Puntos: 63
Respuesta: Recargar Iframe Web

Código Javascript:
Ver original
  1. setInterval("carga()",5000);
  2.  
  3. function carga(){
  4. location.reload()
  5. }
Ponlo entre las etiquetas HEAD. El 5000 es el tiempo en milisegundos.


Código HTML:
Ver original
  1. <iframe src= "http://streaming1.sered.net:1**34/" width="500" height="450" align="center" onload="carga()">