简体   繁体   English

客户端更新-PHP / ASP-电子邮件收件箱

[英]Client side update - PHP / ASP - email inbox

In gmail, I see that the inbox is automatically updated when an email is arrives. 在gmail中,我看到收件箱在收到电子邮件时会自动更新。 How is it possible in PHP or ASP to handle such sort of updating client side website from the server? 用PHP或ASP如何处理来自服务器的此类更新客户端网站? I guess in the browser chat it is the same process. 我猜在浏览器聊天中是相同的过程。 Thanks. 谢谢。

这称为AJAX(异步JavaScript和XML) ,其中客户端脚本在不完全刷新页面的情况下进行请求,然后根据返回的响应更改页面部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM