python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ReferenceError: XMLHttpRequest is not defined
Before I say anything, yes, I have tried many solutions on the site. I will go in detail on what I have tried later in the post. I am running the below code to import an xml file in the same directory...
Axsis
Votes: 0
Answers: 0
Restfull service only responds to first request
I'm dealing with a small web app and having some trouble with XMLHttpRequest. I'm trying to send one POST request and then a GET all towards the same REST endpoint.
I think that the problem is somewhe...
deadlock
Votes: 0
Answers: 0
Using XMLHttpRequest for input field as value
can someone tell me how to make JavaScript put the responseText also in an input field and not only in a span?
I want when I enter a postal code, that automatically in the field next to it the city is...
hallMX20
Votes: 0
Answers: 1
How can I avoid & and ' in AJAX? (XMLHttpRequest)
I have my AJAX function working fine but when my x1 variable (string) contains & or ' it doesn´t work. Here´s my script:
function ajax (label,x1) {
var http = new XMLHttpRequest();
var url...
André Ferreira
Votes: 0
Answers: 0