javascript - window.location.href does not load URL in ie 8 or ie 9 -
I'm having trouble using the window. 8 and 9 in location.href namely When my page loads and the item is clicked, the URL will not be loaded by clicking on:
window.location.href = "../dashboard"; It's a pleasure ... if I enable developer tools in either 8 or 9 and close them - nothing by opening the tool window and closing - The URL is completely fine and after that it continues to load properly. This problem does not occur in 10 or 11 IE, Firefox, Chrome or Safari. I'm stumped! Any ideas?
console.log () statement in front of window.location.href has been removed This works great !
Comments
Post a Comment