User Profile
Collapse
-
yeah i too look for the same.... -
[QUOTE=hsriat]Either use the meta tag[html]<meta http-equiv="refresh" content="10" />
<meta http-equiv="cache-control" content="no-cache" />[/html]Or use setTimeout to call a function which refreshes your page.[CODE=javascript]function refreshAfter10( ) {
window.setTimeo ut("refreshPage ()",10000); //10000micro sec = 10 sec
}
function refreshPage() {
...Leave a comment:
-
how to refresh my page every ten seconds?
can someone help me with code to refresh my PHP pages every ten seconds?
No activity results to display
Show More
Leave a comment: