Posted by _Raven on 10/11/25 11:57
"dirk van lierop" <d.vanlierop1@chello.nl> wrote in message
news:e46d9$44ff201f$3ec32fa9$26186@news.chello.nl...
> Well is it possible to update the echo every second?
> thnx
Sure it is. But what you are asking if you can do so without reloading I
thought? I would say use Ajax for this, that's pretty much whats it's for.
I'm not an javascript expert at all, but I think you should be able to use
Ajax and javascript's setTimeout() method to refresh the info every X
seconds or so.
javascript setTimeout() method => http://www.htmlite.com/JS018.php
ajax quickie => http://www.captain.at/howto-ajax-form-post-get.php
you should be able to put both of those together to get what you want.
Navigation:
[Reply to this message]
|