I am trying to redirect to a different page in IE9 (9.0.3).
When I try to get/set document.location
, or document.location.href
, or window.location
/window.location.href
, I'm unable to do so. It fails without giving any errors.
I've tried to check whether the document and windows objects are set, and they are, so I have no idea why the location object is "missing".
I tried getting the document.URL
and that works fine, but it's read-only.
Anyone know what the problem is or how to achieve this in a cross-browser way?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…