Alert ImageI want to reload the current page using `history.go(0). This isn't working in IE, and I'm getting a pop up.
I have tried with location.reload()
, and Firefox is having an issue, getting same popup.
window.location.href = window.location.href & window.location.reload(true)
goes to the main login page and doesn't save my dropdown.
How can I correctly reload the current page?