2013年9月5日 星期四

html-refresh



<html>
<head>
<title>HTML in 10 Simple Steps or Less</title>
<meta http-equiv="refresh" content="5"> <!-- see the difference? -->
</head>
<body>
</body>
</html>

javascript
location.reload();


<META HTTP-EQUIV=Refresh CONTENT='600; URL=index.php'>

600 = the amount of seconds between refresh cycles

沒有留言:

張貼留言