XML-http-Request-Objekt:




function http () {
     var http;
     if (window.XMLHttpRequest) {
         http = new XMLHttpRequest( );  
             } else if (window.ActiveXObject) {
                  http = new ActiveXObject ("Microsoft.XMLHTTP")
                  }
     }


  b a c k