tags:

views:

15

answers:

2

I know use AJAX to periodically poll server for the command can achieve this, but what if the server want to change a property of web page element.

Besides polling, is there any async event that client web page AJAX can listen on?

+1  A: 

Try to look at Comet

zerkms
+1  A: 

Check this wikipedia aticle: push technology.

jcubic