On Mon, 05 May 2014 23:42:36 -0700, Brad McMillan wrote:
> Can anyone tell me if there is a way to refresh just a small part of the
> page? Or, another solution would be if there is a way to do a refresh
> without having the page go blank.
There are methods to just display the new data, yes. They usually involve
scripting on both the client and the server, typically the web page will
incorporate javascript code to make in your case a periodic ajax request
to a specific...
Re: auto-refresh problem
> Can anyone tell me if there is a way to refresh just a small part of the
> page? Or, another solution would be if there is a way to do a refresh
> without having the page go blank.
There are methods to just display the new data, yes. They usually involve
scripting on both the client and the server, typically the web page will
incorporate javascript code to make in your case a periodic ajax request
to a specific...
Re: auto-refresh problem