Searched refs:xmlhttp (Results 1 – 8 of 8) sorted by relevance
/plugin/geonav/js/ |
H A D | getLocation.js | 2 var xmlhttp = createXmlHttpRequestObject(); variable 44 xmlhttp.send(); 59 if (xmlhttp.readyState==4 && xmlhttp.status==200) { 72 xmlhttp.send(); 81 xmlhttp.send(); 90 xmlhttp.send(); 99 xmlhttp.send(); 103 if (xmlhttp.readyState==4 && xmlhttp.status==200) { 117 if (xmlhttp.readyState==4 && xmlhttp.status==200) { 131 if (xmlhttp.readyState==4 && xmlhttp.status==200) { [all …]
|
/plugin/chat/ |
H A D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 126 if (this.xmlhttp) { 138 this.xmlhttp.onreadystatechange = function() { method 139 switch (self.xmlhttp.readyState) { 150 self.response = self.xmlhttp.responseText; 151 self.responseXML = self.xmlhttp.responseXML; [all …]
|
H A D | script.js | 157 if (self.check_sack.xmlhttp.abort) { 158 self.check_sack.xmlhttp.abort(); 195 if (self.send_sack.xmlhttp.abort) { 196 self.send_sack.xmlhttp.abort(); 519 if (self.check_sack.xmlhttp && self.check_sack.xmlhttp.abort) { 522 self.check_sack.xmlhttp.abort();
|
/plugin/fckg/fckeditor/editor/dialog/ |
H A D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 130 if (this.xmlhttp) { 142 this.xmlhttp.onreadystatechange = function() { method 143 switch (self.xmlhttp.readyState) { 154 self.response = self.xmlhttp.responseText; 155 self.responseXML = self.xmlhttp.responseXML; [all …]
|
/plugin/fckg/fckeditor/ |
H A D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 130 if (this.xmlhttp) { 142 this.xmlhttp.onreadystatechange = function() { method 143 switch (self.xmlhttp.readyState) { 154 self.response = self.xmlhttp.responseText; 155 self.responseXML = self.xmlhttp.responseXML; [all …]
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.js | 2609 Timeline.loadJSON=function(url,f){var fError=function(statusText,status,xmlhttp){alert("Failed to l… argument 2611 var fDone=function(xmlhttp){f(eval("("+xmlhttp.responseText+")"),url); argument 2689 var fError=function(statusText,status,xmlhttp){alert("Failed to load json data from "+url+"\n"+stat… argument 2692 var fDone=function(xmlhttp){try{f(eval("("+xmlhttp.responseText+")"),url); argument
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.js | 2625 Timeline.loadJSON=function(url,f){var fError=function(statusText,status,xmlhttp){alert("Failed to l… argument 2627 var fDone=function(xmlhttp){f(eval("("+xmlhttp.responseText+")"),url); argument 2705 var fError=function(statusText,status,xmlhttp){alert("Failed to load json data from "+url+"\n"+stat… argument 2708 var fDone=function(xmlhttp){try{f(eval("("+xmlhttp.responseText+")"),url); argument
|
/plugin/processing/ |
H A D | script.js | 11294 var xmlhttp = new window.XMLHttpRequest(); 11295 xmlhttp.open("GET", url, false); 11296 xmlhttp.send(null); 11297 parseSVGFont(xmlhttp.responseXML.documentElement);
|