Is there a way of stopping a specific DIV from refreshing within a webpage
Printable View
Is there a way of stopping a specific DIV from refreshing within a webpage
If you click the refresh button, everything will refresh. If you want some aspect of the page not to refresh, you could use AJAX (pulling from a server with Javascript) and only updating the portions of the page you want to update.
What exactly are you trying to do?
I am wanting to stop a banner from refresh within my page.
Because...?