Monday 10 February 2014

How to refresh web page every 30 seconds?

How to refresh web page every 30 seconds?

If you want to refresh a page every 30 seconds, use the following code in html page.

<head>
            <meta http-equiv="refresh" content="30">
</head>    

0 comments:

Post a Comment