Bin Chen
Bin Chen

Reputation: 63359

AJAX and HTML: how server can control client web page?

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?

Upvotes: 0

Views: 56

Answers (1)

zerkms
zerkms

Reputation: 255115

Try to look at Comet

Upvotes: 1

Related Questions