Using Javascript to override or disable meta refresh tag

后端 未结 8 966
慢半拍i
慢半拍i 2020-11-29 08:08

I have a website, where I am trying to use Ajax to update some stuff on the page without reloading it. However, there is a good chance that many of my users will be using mo

8条回答
  •  眼角桃花
    2020-11-29 09:03

    You cannot override meta refresh tag with JavaScript.

    However you can do this

    Suppose your page is at ->

    http://example.net/mike.html Put the following code there->

    
    

提交回复
热议问题