代码搜索:XMLHTTP

找到约 1,050 项符合「XMLHTTP」的源代码

代码结果 1,050
www.eeworm.com/read/137946/13277117

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 5295 ClientLeft = 60 ClientTop = 345 ClientWidth = 7560 LinkTopic
www.eeworm.com/read/303328/13818037

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Comobj,Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Button1: TBu
www.eeworm.com/read/303328/13818045

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Comobj,Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Button1: TBu
www.eeworm.com/read/458943/1576482

js product.js

var xmlHttp = null; function getSubitems(obj, classid, emptyName, emptyValue) { var xmlHttp = createXmlHttp(); if(classid == null) return; else if(classid == "000000000000000") cla
www.eeworm.com/read/458943/1576492

js sale.js

var xmlHttp = null; function getSubitems(obj, classid, emptyName, emptyValue) { var xmlHttp = createXmlHttp(); if(classid == null) return; else if(classid == "000000000000000") cla
www.eeworm.com/read/458943/1576493

js classinfo.js

var xmlHttp = null; function getSubitems(obj, classid, emptyName, emptyValue) { var xmlHttp = createXmlHttp(); if(classid == null) return; else if(classid == "000000000000000") cla
www.eeworm.com/read/458943/1576512

js classresposity.js

var xmlHttp = null; function getSubitems(obj, classid, emptyName, emptyValue) { var xmlHttp = createXmlHttp(); if(classid == null) return; else if(classid == "000000000000000") cla
www.eeworm.com/read/329862/3429442

js ajax.js

function Ajax(sUrl,sRecvTyp,sQueryString,oResultFunc) { this.Url = sUrl; this.QueryString = sQueryString; this.XmlHttp = this.createXMLHttpRequest(); if (this.XmlHttp == null) {
www.eeworm.com/read/329862/3429528

js ajax.js

function Ajax(sUrl,sRecvTyp,sQueryString,oResultFunc) { this.Url = sUrl; this.QueryString = sQueryString; this.XmlHttp = this.createXMLHttpRequest(); if (this.XmlHttp == null) {
www.eeworm.com/read/409383/2231953

js del.js

var xmlHttp; var obj; var tusid=""; function createXMLHttpRequest(){ if(window.XMLHttpRequest){ // Mozilla xmlHttp = new XMLHttpRequest(); }else if (window.Act