Connecting ajax to source code data
For instance lets say I want part of the main page to have a refresh without a full refresh every so often. There is a function on the server that executes another partial refresh after so much time. Can the ajax connect to the function so that the function applies to the http request? Thank you very much. Melanie

