Friday, November 9, 2012

Refresh the website using HTML meta



In chat room, we may need to refresh the url, for example in every 10 seconds.
We can use Meta="refresh" in HTML,
for example in show.php
<meta http-equiv="refresh" content="10;show.php"> 

This causes show.php url refresh in every ten seconds.

No comments:

Post a Comment