Searched refs:xmlhttp (Results 1 – 8 of 8) sorted by relevance
| /plugin/geonav/js/ |
| D | getLocation.js | 2 var xmlhttp = createXmlHttpRequestObject(); variable 41 xmlhttp.open("GET","lib/plugins/geonav/server/get_continent.php?q="+country+"&p="+page,true); 43 xmlhttp.onreadystatechange = displayContinent; 44 xmlhttp.send(); 59 if (xmlhttp.readyState==4 && xmlhttp.status==200) { 60 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText; 69 xmlhttp.open("GET","lib/plugins/geonav/server/get_country.php?q="+country+"&p="+page,true); 70 xmlhttp.onreadystatechange = displayCountry; 72 xmlhttp.send(); 78 …xmlhttp.open("GET","lib/plugins/geonav/server/get_state.php?ctry="+country+"&q="+state+"&p="+page,… [all …]
|
| /plugin/chat/ |
| D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 43 this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 126 if (this.xmlhttp) { 130 this.xmlhttp.open(this.method, totalurlstring, true); 132 this.xmlhttp.open(this.method, this.requestFile, true); 134 this.xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") [all …]
|
| 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/ |
| D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 43 this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 130 if (this.xmlhttp) { 134 this.xmlhttp.open(this.method, totalurlstring, true); 136 this.xmlhttp.open(this.method, this.requestFile, true); 138 this.xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") [all …]
|
| /plugin/fckg/fckeditor/ |
| D | tw-sack.js | 8 this.xmlhttp = null; 40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 43 this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 45 this.xmlhttp = null; 49 if (! this.xmlhttp) { 51 this.xmlhttp = new XMLHttpRequest(); 130 if (this.xmlhttp) { 134 this.xmlhttp.open(this.method, totalurlstring, true); 136 this.xmlhttp.open(this.method, this.requestFile, true); 138 this.xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") [all …]
|
| /plugin/tline/timeline_js/ |
| 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/ |
| 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/ |
| D | script.js | 11294 var xmlhttp = new window.XMLHttpRequest(); 11295 xmlhttp.open("GET", url, false); 11296 xmlhttp.send(null); 11297 parseSVGFont(xmlhttp.responseXML.documentElement);
|