H> I wrote: H> (var xhr (new (@ window -x-m-l-http-request))) H> but I get: H> var xhr = new window.XMLHttpRequest; H> without trailing parenthesses: () H> How do I do it right ? You don't need "window." here -- it is implied.