代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/235668/14056999
js sys_ajax.js
//=============================================================
// 程序名称: ASBLOG
// 程序说明: AllSheng BLOG
// 程序版本: v1.2
// 程序作者: 傲胜工作室(AllSheng Studio)
// 项目主管: Felix Dong
//=======================
www.eeworm.com/read/391774/8378240
js js.js
function $$(id) { return document.getElementById(id); }
/// 设置Cookie值
function setCookie(name, value, days) {
var expires = "";
if (days) {
var d = new Date();
d.setT
www.eeworm.com/read/291303/8426079
html main.html
var bloglist=new Array();
var xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
function startload(){
xmlHttp.open("GET", "http://blog.delphij.net/index.xml", true)
www.eeworm.com/read/290529/8478628
htm iexmlhttprequestexample4.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/290529/8478634
htm iexmlhttprequestexample.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/290529/8478660
htm iexmlhttprequestexample3.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/290529/8478663
htm crossbrowserxmlhttprequestexample.htm
XML HTTP Request Example
if (typeof XMLHttpRequest == "undefined" && window.ActiveXObject