![Web Technologies](https://dilip-parmar.in/wp-content/uploads/2023/01/Technologies.webp)
In Ajax call, What is the meaning of different readyState property values? – Tutorial 4
For readyState property, we have 5 different values.
For readyState property, we have 5 different values.
Developers often get confused between readyState and status. So here I go …
First create a message.txt file with single line text: “Hi I am from Ajax file located on server” Now in your html file ceate a H1 tag & a simple…
AJAX = Asynchronous JavaScript And XML. Concept of Ajax is – Stop page reloading. Idea is — To use JS to make request to server and take XML data returned and…