I need to refresh a html page with six frames.
I´m using the following:
<!--
function autoReload()
{
var timeID = setTimeout("location.href= document.URL", 5000)
//The number is the time limit, it is using miliseconds (1/1000 of one second), so 60000 miliseconds = 60 seconds.
}
//-->
But is doesn´t refresh the frames.
Anyone knows hot to do this work?