javascript - Native XMLHTTP in IE -
i need check in javascript if native xmlhttp supported in ie.
i try
if(window.xmlhttprequest){ ... } but true if support disabled. how can it?
i need check in javascript if native xmlhttp supported in ie.
i try
if(window.xmlhttprequest){ ... } but true if support disabled. how can it?
Comments
Post a Comment