AJAX Introduction – Speedlink3 Communication And Technologies
Technologies

AJAX Introduction

AJAX is a developer’s dream, because you can:

  • Update a web page without reloading the page
  • Request data from a server – after the page has loaded
  • Receive data from a server – after the page has loaded
  • Send data to a server – in the background

Try it Yourself Examples in Every Chapter

In every chapter, you can edit the examples online, and click on a button to view the result.

Related Articles

AJAX Example Explained

HTML Page

 

Let AJAX change this text

 


The HTML page contains a

section and a

Related Articles

Leave a Reply

Back to top button