Cita:
Iniciado por PHPeros No entendí lo último pero la estructura es algo así:
Código Javascript
:
Ver originalwindow.setTimeout(function()
{
document.getElementById('frame').contentWindow.location.reload();
}, 3000); // cada 3 segundos
Lo mejor es que no se vuelve a recargar el frame, sino el contenido URL.
Saludos
1 millon de gracias amigo!!!! lo siento por mi ignorancia pero creo que hago algo mal:
Código HTML:
<html>
<head>
<script>
window.setTimeout(function()
{
document.getElementById('frame').contentWindow.location.reload();
}, 3000); // cada 3 segundos</script>
</head>
<body>
<iframe src="http://es.investing.com/economic-calendar/" />
</body><html>
Si puedes coregirme, te estare muy agradecido!