Thanks for your advice. Currently, I am using php. My situation is I have a page with multiple DIV sections. I would like users to click refesh buttons in order to refresh each div if they have done any changes. I am using Ajax.Updater; however, I don't know what URL that I should put in the second param. Actually, I don't want to refresh whole page only div. Kind of lost. Please advise. Thanks.
My code is as follows:
<script type="text/javascript">
function refreshcontent(v,fb0c4de,fdcdcdc){
alert(f_b0c4de);
new Ajax.Updater('contact', 'URL', { method: 'get' });
Olive