Forum Moderators: open
i tried this script:
function refreshiframe()
{
parent.iframeid.location.href="thepage.com"
setTimeout("refreshiframe()", 2700000);
}
then I add it to body onload=" "
... is there a specific javascript to refresh a page in an iframe?
thanks