Force Firefox to Reload Page on Back Button

后端 未结 8 1710
孤独总比滥情好
孤独总比滥情好 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:12

    None of this worked for me. I do it via cookies checking - I import jsp (source below) in head part of page, and then I call refreshOnBack in .

    <%@ page import="java.util.UUID" %>
    
    

提交回复
热议问题