/* client side js functions for remote calls into the server Copyright Andrew Tridgell 2005 released under the GNU GPL Version 3 or later */ var __call = new Object(); /* we can't use the qooxdoo portability layer for this, as it assumes you are using an XML transport, so instead replicate the portability code for remote calls here. Don't look too closely or you will go blind. */ __call._activex = window.ActiveXObject && !(new QxClient).isOpera() ? true : false; __call._activexobj = null; __call._ok = QxXmlHttpLoader._http || QxXmlHttpLoader._activex; if (__call._activex) { var servers = ["MSXML2", "Microsoft", "MSXML", "MSXML3"]; for (var i=0; i