Ajax, problem with responseText!?

mahD

New member
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, why?

Note:I should say that xmlhttp["status"] its equal to 200, it means the connection is OK but the problem is form responseText.
 
Back
Top