How to Auto-Refresh a webpage using JavaScript and Html

Publicado em: 13 Janeiro 2019
no canal de: CODE OF GEEKS
4,663
25

In this video,i am going to tell you :

"HOW TO AUTO-REFRESH A WEBPAGE USING JAVASCRIPT"

**CODE**

(html)
(head)
(title) Auto Refreshing a page(/title)
(script type="text/javascript")
function loadref(time)
{
setTimeout("location.reload(true);",time);
}
(/script)
(/head)
(body onload="Javascript:loadref(5000)")
( h1 style="color:red;")THIS PAGE WILL REFRESH AUTOMATICALLY (/h1)
(a href="javascript:location.reload()")REFRESH(/a)
(/body)
(/html)

****

Hope,you will like this video.
Don't forget to SUBSCRIBE this channel,this channel has a lot more to offer you.


Nesta página do site você pode assistir ao vídeo on-line How to Auto-Refresh a webpage using JavaScript and Html duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário CODE OF GEEKS 13 Janeiro 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 4,663 vezes e gostou 25 espectadores. Boa visualização!