automatic page refresh after a few seconds

automatic page refresh after a few seconds

hello, can anyone help me to find a way how to update my page automatically after a few seconds? I tried to use meta ... but strangely applying it to the main page makes me even upgrade to the other. thanks

These are the examples I've tried: var a = setInterval window.setInterval (some, 2000), some function () {window.location.reload ();} --------- ---- and <meta http-equiv = "refresh" content = "10"> the following codes work but I also update the other pages on my site that does not have this code.