Re: problem after page loading with ajax
You update data on the server with your server-side language, PHP or ASP. You update the page with Javascript, in the success return in ajax().
If you can post the relevant code, someone can give you specifics.
|