PDA

View Full Version : refreshing part of web page only


mlakshman
03-26-2008, 11:32 AM
In our web site we have to reload/update portion of webpage continuously. I am doing this in java by using javascript and ajax. I am getting content back from the server. But I am not able to refresh the webpage. Can any one provide sample code for this. Every time we have to send request to server to update the content of the that perticular portion of the webpage.


I am very thankful to you in advance.

A1ien51
03-28-2008, 05:22 PM
Take the responseText and set the innerHTML of the portion of the page you want to change.

Eric