in reply to Re^4: Perl, Android web app, AJAX, JSON
in thread Perl, Android web app, AJAX, JSON
AJAX is primarily JS interacting with a XMLHttpRequest:
Particularly, retrieval of data from XHR for the purpose of continually modifying a loaded web page is the underlying concept of Ajax design. Despite the name, XHR can be used with protocols other than HTTP and data can be in the form of not only XML, but also JSON, HTML or plain text
This is mostly off topic here, maybe try to get informed and reiterate your question.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl, Android web app, AJAX, JSON (The meaning of AJAX)
by monx663 (Sexton) on Nov 21, 2017 at 17:25 UTC |