If I want a whole page to reload every N seconds, I would put something like this in the HTML: meta http-equiv=\"refresh\" content=\"5\"
meta http-equiv=\"refresh\" content=\"5\"
Is there a sta
function proxy() { /* implement call to your Ajax method */ } setInterval( proxy, 1000 ); // last arg is in milliseconds