hi..
Introduction:
Here I will explain how to refresh a web page without using any script..
i hope this one will help for the developer to develop a web page by using simple code.
Description:
You have to add this code in that design page, inside the Head tag..
Code:
For refresh the whole page you can use meta tag..
<head>
<meta http-equiv="refresh" content="60"/>
</head>
Here content shows the time duration for refresh the page...
i hope this one helpful to you ....
0 comments:
Post a Comment