Searched refs:ActiveXObject (Results 1 – 25 of 124) sorted by relevance
12345
62 …if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRe…72 if (typeof ActiveXObject != "undefined")76 xhr=new ActiveXObject("Msxml2.XMLHTTP");79 xhr=new ActiveXObject("Microsoft.XMLHTTP");82 xhr=new ActiveXObject("Msxml2.XMLHTTP.4.0");
19 axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");28 axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");51 axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");61 axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");71 axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
19 …ActiveXObject){try{var f=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(e){try{var f=n…
18 …ActiveXObject){try{var f=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(e){try{var f=n…
21 else if (window.ActiveXObject){ // if IE23 httprequest=new ActiveXObject("Msxml2.XMLHTTP");27 httprequest=new ActiveXObject("Microsoft.XMLHTTP");
113 if (typeof ActiveXObject != 'undefined') {115 var xml = new ActiveXObject('Msxml2.DOMDocument.3.0');126 var xml = new ActiveXObject('Msxml2.DOMDocument.3.0');
38 try { return new ActiveXObject( 'Msxml2.XMLHTTP' ) ; }42 try { return new ActiveXObject( 'Microsoft.XMLHTTP' ) ; }
19 …equest()}if(window.ActiveXObject){try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(v){}…
88 else if (window.ActiveXObject){ // if IE6 or below90 page_request = new ActiveXObject("Msxml2.XMLHTTP")94 page_request = new ActiveXObject("Microsoft.XMLHTTP")
19 …cument.documentMode||0)>=9){b=new ActiveXObject("Msxml2.FreeThreadedDOMDocument");b.loadXML(e);var…
89 }else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}90 catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");92 catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
40 this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");43 this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
326 if(window.ActiveXObject){328 xr=new ActiveXObject("Microsoft.XMLHTTP");334 xr=new ActiveXObject("Msxml2.XMLHTTP");344 var _41=window.ActiveXObject||xr.setRequestHeader;
380 if(window.ActiveXObject){382 xr=new ActiveXObject("Microsoft.XMLHTTP");388 xr=new ActiveXObject("Msxml2.XMLHTTP");398 var _47=window.ActiveXObject||xr.setRequestHeader;
466 } else if (window.ActiveXObject) {467 try { xr = new ActiveXObject("Microsoft.XMLHTTP") } catch(e) {}468 if (!xr) try { xr = new ActiveXObject("Msxml2.XMLHTTP") } catch (e) {}474 var canSetHeaders = window.ActiveXObject || xr.setRequestHeader;
524 } else if (window.ActiveXObject) {525 try { xr = new ActiveXObject("Microsoft.XMLHTTP") } catch(e) {}526 if (!xr) try { xr = new ActiveXObject("Msxml2.XMLHTTP") } catch (e) {}532 var canSetHeaders = window.ActiveXObject || xr.setRequestHeader;
23 "ActiveXObject": false,
49 var oIeSpell = new ActiveXObject( "ieSpell.ieSpellExtension" ) ;