// JavaScript Document // AJAX AjaxObjects = new Array(); _aReqObjects = false; function GetAjaxObjectType (){ if (typeof XMLHttpRequest != "undefined") { return new XMLHttpRequest(); } else if (window.ActiveXObject){ var aXMLVersions = [ "MSXML2.XMLHttp.6.0", "MSXML2.XMLHttp.5.0", "MSXML2.XMLHttp.4.0", "MSXML2.XMLHttp.3.0", "MSXML2.XMLHttp", "Microsoft.XMLHttp"]; for (var i=0;i0) { iInt = sObj.substr((sObj.indexOf('!')+1),1); sObj = sObj.replace(sObj.substr(sObj.indexOf('!'),2),''); sKey = sObj; } else sKey = sObj; if (sObj.indexOf('[]')>0){ var sKey = sObj.substr(0,sObj.indexOf('[]')); var k = 0; while(oMultiObj[sKey]){ //perror('sKey: '+ sKey+ " iInt: " + iInt +' oM: '+ oMultiObj[sKey][iInt]); if (oMultiObj[sKey][iInt] == undefined) break; k++; sKey = sObj + k; } } if(!oMultiObj[sKey]){ oMultiObj[sKey] = [sObj]; aVolgorde.push(sKey); } // oMultiObj[sKey][iInt] = ((oForm.elements[i].type) ? ((oForm.elements[i].type=='checkbox') ? oForm.elements[i].checked : encodeURI(oForm.elements[i].value)) : encodeURI(oForm.elements[i].value)); oMultiObj[sKey][iInt] = ((oForm.elements[i].type) ? ((oForm.elements[i].type=='checkbox') ? oForm.elements[i].checked : escape(oForm.elements[i].value)) : escape(oForm.elements[i].value)); } for (var i=0;i