Tag: xhr
Shortest way to create an XMLHttpRequest object
March 14, 2007
For best results use a framework – like jx http = window.XMLHttpRequest ? new window.XMLHttpRequest : (window.ActiveXObject ? new ActiveXObject(“MSXML2.XMLHTTP”):…
Recent Comments