FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Ajax Refresh

 


DanielXP
Can some one tell me the code for a ajax refresh every like 1000 mill seconds
Ranfaroth
Read this page.
DanielXP
Code:
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function refresh() {
setTimeout('dorefresh()', 30000);
}
function dorefresh() {
window.location.reload();
}


//  End -->
</script>


I want one like on the shout boxs
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.