Refresh HTML Page in Browser Automatically on Timer - Every 15 Min

前端 未结 5 1806
我寻月下人不归
我寻月下人不归 2020-12-15 06:44

Is it possible to automatically refresh a website on a timer, like every 15 minutes? Basically, we will be making updates to a website and we want it to automatically refre

5条回答
  •  一生所求
    2020-12-15 07:00

    Place this inside to refresh page after 900 seconds:

     
    

    For what it's worth, the w3c has officially deprecated this feature, but browsers continue to support this feature. For your purposes, this is an ideal solution. It's just not a recommended solution for "public" (www)-facing web sites any more.

提交回复
热议问题