代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/444707/1730596
java xmlhttpservlet.java
package cn.com.juneng.system.common.xmlhttp;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import j
www.eeworm.com/read/340995/3262410
js dedeajax.js
function DedeAjax(WiteOKFunc){ //WiteOKFunc 为异步状态事件处理函数
//xmlhttp和xmldom对象
this.xhttp = null;
this.xdom = null;
//post或get发送数据的键值对
this.keys = Array();
this.values = Array();
this.keyCount
www.eeworm.com/read/368348/2822838
js connection-min.js
/*
* Ext JS Library 1.0.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
YAHOO.util.Connect={_msxml_progid:["MSXML2.XMLHTTP.3.0","MSXM
www.eeworm.com/read/398349/7992900
js treeview.js
var treeview = new function() {
this.data = null;//xml文档数据
this.xhr = null;//实例化的xmlhttp
this.userid = null;
this.icon=new Array();
this.icon["leaf"]='/Doc/images/child.gif';//树的节点图标
this.