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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -