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 -

go - golang pprof for c library code -