Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

ajax responseXML essential methods

$
0
0

hello every one this is my java script code in visual studio i want to use ajax:

var obj=new XMLHttpRequest();

var response=obj.responseXML;but the problem is my response object has no intellisense for response.selectSingleNode() or response.selectNodes();

please help i have searched internet but nobody has already posted this problem.


Viewing all articles
Browse latest Browse all 3509

Trending Articles