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?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Using conditionals inside template literals -