Please how can someone update web pages using code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please how can someone update web pages using code

Update web pages

22nd Jul 2020, 2:28 PM
Yemi Onakoya
1 Answer
+ 1
Using AJAX(Asynchronous Javascript And XML), websites can send and retrieve data from a server or other websites asynchronously (in the background) without interfering with the presentation. This allows web pages and web applications, to change content dynamically without needing to reload the entire page. For getting started: https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX https://www.w3schools.com/xml/ajax_intro.asp https://www.tutorialspoint.com/ajax/what_is_ajax.htm
24th Jul 2020, 10:58 AM
Zohaib AK
Zohaib AK - avatar