How do I remove a page from the browser history?

前端 未结 8 1677
孤独总比滥情好
孤独总比滥情好 2021-02-07 11:21

I have an have an ASP.Net page which contains a button. This Page contains a ServerSide Paypal button.

When pushed my server does various clever things on the back end a

8条回答
  •  南笙
    南笙 (楼主)
    2021-02-07 11:38

    A useful Hint for some might be this...

    window.history.go(-2);
    

    particularly in the advent of a load failure warning popup.

提交回复
热议问题