Search results

  1. M

    Ajax, problem with responseText!?

    I have a (url)link that when I enter it in my browser, I see a number, and there is a site that use of this link and gives responseText correctly: xmlhttp.open("GET",url,false); xmlhttp.send(); but when I use these code which are exactly in the original site, I don't give the responseText...
Back
Top