Value of window.XMLHttpRequest is Undefined when i run my application even in IE7 or IE8, Is there anything i have to enable in IE7 to make it work.
Thanks
https://gist.github.com/jed/993585/#comment-40084
var xhr = (function(){ try{ return new(this.XMLHttpRequest||ActiveXObject)('MSXML2.XMLHTTP.3.0'); } catch(e) {}; }());