Periodic refresh with AJAX

Hint use - timerID = window.setInterval("ajaxFunction()",5000);

Below is the AJAX script



And in the HTML body

< body onload="ajaxFunction()">

Comments

Diane Lowe said…
Do you have an ajax script for this?

Popular posts from this blog

Long running Java process resource consumption monitoring , leak detection and GC tuning

Best practises - Selenium WebDriver/ Java

CORBA - C++ Client (ACE TAO) Java Server (JacORB) A simple example