How to schedule IE page reload

前端 未结 4 2047
遇见更好的自我
遇见更好的自我 2021-01-17 03:45

Is there a mechanism i can use to force page reload every \'n\' minutes? I can\'t modify the page code itself, \"refresh\" request should be issued from outside of the page

4条回答
  •  执念已碎
    2021-01-17 04:47

    You could try putting the site within an iframe and refreshing that via Javascript at set intervals.

    For a more simple solution, depending on your actual needs, I have used the following site for something similar:

    http://www.lazywebtools.co.uk/cycler.html

提交回复
热议问题