In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to refresh php+ajax in real time. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
The details are as follows:
Ajax automatic refresh seems to be a very common problem, and it was also stuck to do a web chat room program before. After a period of study, I finally made a code framework that can automatically refresh the web page. I hope that my lost relatives will not take so many detours like me.
Html section:
Function loadXMLDoc () / / ajax sends the request and displays {var xmlhttp; if (window.XMLHttpRequest) {/ / code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest ();} else {/ / code for IE6, IE5 xmlhttp=new ActiveXObject ("Microsoft.XMLHTTP");} xmlhttp.onreadystatechange=function () {if (xmlhttp.readyState==4 & & xmlhttp.status==200) {document.getElementById ("myDiv") [xss_clean] = xmlhttp.responseText;} xmlhttp.open ("POST", "/ chat.php", true) Xmlhttp.send (); setTimeout ("loadXMLDoc ()", 1000); / / Recursive call} loadXMLDoc (); / / execute first
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.