javascript - window.location issue with <base> meta tag in IE10 -


i have used window.location.href in js scripts, go page of website, since ever. now, ie10 not working correctly. , ok in previous ie versions.

the specific thing use <base href="someurl" target="_blank"> in <head> of our websites.

this used work on browsers use, in ie older versions, notice ie10 doesn't support this. instead, ie10 adds uri url of current page in browser.

is there other solution here adding full address of page in window.location.href?

thanks


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -