How to Auto Refresh HTML

28 July 2010 by Rick ~ 0 Comments 1554 views

Auto refresh your browser every X seconds with a meta tag.

We the following code inside your HEAD on your page and the browser will automatically refresh every content seconds.

In my case, refresh every 1 second ;)

<meta http-equiv="refresh" content="1" />

Please note you will have to save the file to see the changes.

Subscribe by E-mail:

« »
Add a Comment

Use [code] example piece of code [/code] to insert code into your comment.