Posted by Al on 10/11/86 11:38
Carl Vondrick wrote:
> Denebola wrote:
> > I also want the clients webpage to refresh as the image changes.
>
> You need some JavaScript for this part. Either use Ajax, reload the
> page, or some other system.
You could put a meta refresh in the <head> of the page:
<meta name="refresh" content="600" />
That'll make the page just refresh itself after 10 mins. Although if
it's a long page and someone's reading somewhere near the bottom it
could be very annoying. As Carl said, maybe ajax is your best way
there, but if you have to use javascript there you may as well just
stick with your current javascript method.
[Back to original message]
|