document.addEventListener("DOMContentLoaded", setTimeout(function(){
window.location.assign("http://www.google.com")
}, 3600000));
I suspect there is something about IE or IE 11, I need to know about because it works on MF, GC, and Safari.
I thought I read somewhere this should work for IE 9 and above!
In case people are wondering, I am trying to find a simple way to redirect people out of a website, if they have been inactive for too long.