开发者

Client side update - PHP / ASP - email inbox

In gmail, I see that the inbox is automatically updated when an email is arrives. How is it possible in PHP or ASP to handle such sort of updating client side website from the server? I guess in the brow开发者_开发知识库ser chat it is the same process. Thanks.


This is called AJAX (Asynchronous JavaScript and XML), in which client-side scripts do request without refreshing the page altogether, and then changes page parts according to the returned response.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜