internet explorer - XMLHTTP support in IE from JavaScript -


i need know whether "enable native xmlhttp support" option enbaled in internet explorer.

how can find out javascript?

enable native xmlhttp support means browser not provide msxml.httprequest instead window.xmlhttprequest.

there no way can control server side(in jsp). however, can still write javascript check logic around msxml.httprequest , window.xmlhttprequest objects. let write actual logic yourself.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -