代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/104928/15681338
vbs getimage.vbs
'getimage.vbs
Const adSaveCreateOverWrite = 2
Const adTypeBinary = 1
Function GetImage(strPath, strDest)
Dim objXMLHTTP, nF, arr, objFSO, objFile
Dim objRec, objStream
'create XMLHTTP co
www.eeworm.com/read/379766/9178336
js common.js
/*******双击后一些效果,以下为新增的js********/
function checkUrl()
{
var url=window.location.href;
var result = false;
var i = 0;
var len = url.length;
if(url.indexOf("lovewall/?")!=-1)
{
resul
www.eeworm.com/read/418239/10957554
txt leavemessage.txt
Ajax无刷新发贴实例 这是一则利用xmlhttp request传递数据,用js控制dom的实际例子。飞洒发三 afas 172.16.11.213 chunping 2006-08-14 14:06:41 14
Ajax无刷新发贴实例 这是一则利用xmlhttp request传递数据,用js控制dom的实际例子。dfds fsdaf 172.16.11.213 chu
www.eeworm.com/read/145855/12699437
txt 使用前请看说明.txt
'********************************************************
'程序名称:《华军软件园》软件小偷
'版权所有:酷缘网络
'程序制作:酷缘网络
'制作人 :酷缘网络
'主页地址:http://www.wz899.bjs.cn:27015/或www.wz899.008.net
'程序版本:Ver 2.0 正式版
'更新时间:200
www.eeworm.com/read/484033/6589580
js common.js
/*******双击后一些效果,以下为新增的js********/
function checkUrl()
{
var url=window.location.href;
var result = false;
var i = 0;
var len = url.length;
if(url.indexOf("lovewall/?")!=-1)
{
resul
www.eeworm.com/read/482787/6612211
js ajax.js
var http_request = false;
function makeRequest(url, functionName, httpType, sendData) {
http_request = false;
if (!httpType) httpType = "GET";
if (window.XMLHttpRequest) { // Non-IE...
h