I’m wondering if there is any case where window.location will not work?
I was thinking maybe some older IE browsers don’t let the javascript redirect the page due to some random security restriction?
Does anyone know if there is any browser/situation where window.location = “url” will fail?
No. It should work in all JS enabled browsers.
How are you going to use it? If it is some odd way of using it then it might not work in IE.