代码搜索:XMLHttpRequest

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

代码结果 1,082
www.eeworm.com/read/229467/14336531

js ajax.js

/****************************************************************************** Crossday Discuz! Board - Ajax for Discuz! Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com) *************
www.eeworm.com/read/223794/14617642

html ajaxmanager4_column2.html

Introduction to Ajax Tutorial U
www.eeworm.com/read/216236/15023861

jsp ajax.jsp

www.eeworm.com/read/475754/6777389

txt 22-5.txt


www.eeworm.com/read/475754/6777449

txt 21-14.txt


www.eeworm.com/read/474126/6833056

html index.html

AJAX RSS Reader var RSSRequestObject = false;
www.eeworm.com/read/395675/8161451

txt 关于基于prototype的ajax应用.txt

关于基于prototype的AJAX应用2007-07-11 14:11通过这个JS类库,将很容易的应用AJAX技术 ajax.updater应用 new Ajax.Updater('id',"url",{options}); id:你要更新的目标id url:你要执行的操作,也可以是cgi options: 属性 类型 默认 描述 method Array 'post' HTTP
www.eeworm.com/read/395114/8194733

js xmlutils.js

//Create a XmlDOM Object function createXmlDom() { var xmlDom = new ActiveXObject("Microsoft.XMLDOM"); //MSXML2.DOMDocument } //Create a XmlHttp Object function createXmlHttp() { var