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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -