Is there any possible way to reload only the forms on a page and NOT the images? (so that the images just stay there)
The forms on a page contain continuously updating data but if a user returns to a page they've already been to, the latest database updates will not show until the refresh button is clicked (by the user, or by a button on the page).
HOWEVER, because I have many images on the page, I would like to be able to have the page reloaded automatically but WITHOUT reloading the images as well.
I've searched and searched but not found a solution. Is it a server-side issue and not a javascript one?
Maria
The forms on a page contain continuously updating data but if a user returns to a page they've already been to, the latest database updates will not show until the refresh button is clicked (by the user, or by a button on the page).
HOWEVER, because I have many images on the page, I would like to be able to have the page reloaded automatically but WITHOUT reloading the images as well.
I've searched and searched but not found a solution. Is it a server-side issue and not a javascript one?
Maria