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

javascript - generate date range base on integers -

PHP and MySQL WP -