Posted by J.O. Aho on 09/26/07 17:40
John wrote:
> Hi,
>
> Is there any way to update only a single object on a
> web page (without using frames)? For instance a
> picture that will change on a server depending on
> some (server-side) state, for example the weather.
AJAX script that checks the server every X minute and change the content of a
div if there is a change.
--
//Aho
[Back to original message]
|