Posts Tagged With: ajax

Shortest way to create an XMLHttpRequest object

Tagged with: , , ,

For best results use a framework - like jx

http = window.XMLHttpRequest ? new window.XMLHttpRequest : (window.ActiveXObject ? new ActiveXObject("MSXML2.XMLHTTP"): null);

Original Article
[tags]javascript,ajax,code,xhr[/tags]

1 Comment »