Why isnt window.location.href= not forwarding to page using Safari?

Best way work in all browsers:

setTimeout(function(){document.location.href = "https://stackoverflow.com/questions/31223216/user_home.html";},250);

Leave a Comment