Force Firefox to Reload Page on Back Button

后端 未结 8 1709
孤独总比滥情好
孤独总比滥情好 2020-12-14 08:37

How do you make Firefox rerun javascript and reload the entire page when the user presses the back button? I was able to do this in all browsers except Firefox from the hel

8条回答
  •  死守一世寂寞
    2020-12-14 09:19

    For reference, that navigationMode property only applies to Opera, it's just that IE and the Webkit browsers already have the behavior the questioner wanted.

    IE and Webkit do what Opera would call "compatible" navigation. Firefox does what Opera would call "fast" navigation. But it's only in Opera that this behavior is actually controllable.

提交回复
热议问题