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 wi
document.location
document.location.href
wi
Perhaps your IE9 has some security restrictions in place that prevent JavaScript from directing URL's. window.location.href = "" should work normally on IE9.