Javascript Make A Post Request And Receive Multiple Responses
How can I receive multiple response from the server? The server sends to the client 3 different responses. Unfortunately my code catches only the first(I Think) one. The client (h
Solution 1:
You need to use a new instance of XMLHttpRequest for EACH request.
Post a Comment for "Javascript Make A Post Request And Receive Multiple Responses"