代码搜索:XMLHttpRequest

找到约 1,082 项符合「XMLHttpRequest」的源代码

代码结果 1,082
www.eeworm.com/read/321277/3538901

js activex_off.js

/***** A drop in replacement for XMLHttpRequest object Usage: Add to between the tags, *****/ var useBa
www.eeworm.com/read/430341/1932746

js hisshow.js

//显示搜索历史内容 function ShowHistory(){ var xmlhttp; try{ xmlhttp = new XMLHttpRequest(); } catch(e){ xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange =
www.eeworm.com/read/389332/2541149

js ping.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // holds the remote server address and parameters var serverAddress = "http://www.random.org/cgi-bin/randnum"; va
www.eeworm.com/read/375158/2740415

js activex_off.js

/***** A drop in replacement for XMLHttpRequest object Usage: Add to between the tags, *****/ var useBa
www.eeworm.com/read/368348/2823157

js activex_off.js

/***** A drop in replacement for XMLHttpRequest object Usage: Add to between the tags, *****/ var useBa
www.eeworm.com/read/293941/8261421

js activex_off.js

/***** A drop in replacement for XMLHttpRequest object Usage: Add to between the tags, *****/ var useBa
www.eeworm.com/read/311179/13634102

js ajaxsearch.js

var xmlObj = false; var xmlResult; try { xmlObj=new XMLHttpRequest; } catch(e) { try { xmlObj=new ActiveXObject("MSXML2.XMLHTTP"); } catch(e2) { try {
www.eeworm.com/read/452300/1656851

js httpclient.js

/** * XMLHttpRequest Wrapper * @category HTML * @package AJAX * @author Joshua Eichorn * @copyright 2005 Joshua Eichorn * @license http://www.opensource.org/licen
www.eeworm.com/read/485831/6547817

js xdr.js

function AJax(SpanId,SubmitUrl){ var xmlHttp; try{ xmlHttp=new XMLHttpRequest(); } catch (e){ try{ xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e){ try{ xmlHttp=new
www.eeworm.com/read/485837/6548183

js xdr.js

function AJax(SpanId,SubmitUrl){ var xmlHttp; try{ xmlHttp=new XMLHttpRequest(); } catch (e){ try{ xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e){ try{ xmlHttp=new