違いは何ですか
window.location.href="http://example.com";
window.location.replace("http://example.com");
window.location.assign("http://example.com");
window.location.assign()
現在のセッション履歴を置き換えるだけのフォーラムをたくさん読んだので、ブラウザの戻るボタンが機能しません。しかし、これを再現することはできません。
function fnSetVariable() {
//window.location.href = "http://example.com";
window.location.replace("http://example.com");
//window.location.assign("http://example.com");
}
<a onmouseover="fnSetVariable();"
href="PageCachingByParam.aspx?id=12" >
CLICK
</a>