Re: How can I add automatic refreshing to an existing webpage
Posted By:
Ajay_Prabhakaran
Posted On:
Tuesday, July 11, 2006 03:48 AM
William,
I am not an expert in AJAX, but created a few pages and worked on it. From the description of your problem, you should be easily be able to put in some Javascript functions to use XMLHttpRequest and communicate with the server and render the response in Javascript. This should remove reloading of the page and ensure refresh happens automatically and retreives data from the server. You should be able to include this wherever you are posting data to the server from the client application (either HTML get/post).