代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/378002/9254437
htm iexmlhttprequestexample3.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/378002/9254439
htm crossbrowserxmlhttprequestexample.htm
XML HTTP Request Example
if (typeof XMLHttpRequest == "undefined" && window.ActiveXObject
www.eeworm.com/read/378002/9254444
htm iexmlhttprequestexample2.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/179156/9368051
js requestbuilder.js
AttackAPI.RequestBuilder = {};
AttackAPI.RequestBuilder.build = function () {
var request;
if (window.XMLHttpRequest) {
request = new XMLHttpRequest();
} else if (window.createRequest) {
www.eeworm.com/read/374230/9413741
txt 使用说明.txt
本系统与1.0版一样,完整免费无限制
1.前台网站与OA办公完美集成,使用同一个access数据库,同一用户系统;
2.数据库开放,不再加密隐藏数据表;
3.前台管理分文章、图片、视频、下载、新闻、公告、投诉、部门、友情、广告、客服、设置等10多个模块,代码完整;
4.文件上传改用aspupload及aspjpeg组 ...
www.eeworm.com/read/177762/9432905
htm clientcode.htm
function sendXML(){
var xmlRequestObject = new ActiveXObject("Microsoft.XMLHTTP");
xmlRequestObject.open("POST", "http://localhost/recieveXML.asp", fals
www.eeworm.com/read/372902/9488705
js the.js
function showCustomer()
{
var xmlHttp=getxmlhttp();
var url=""
url="111.txt";
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.open("post",url,true);
xmlHttp.send(null);
}
function getxm
www.eeworm.com/read/166486/10017988
js upload.js
/*
Warning, do not edit this file unless you know what you are doing.
If this file has any error, the upload fields may not be displayed.
*/
var maxFields = 20; // maximum number of fi
www.eeworm.com/read/166486/10018034
bak upload.js.bak
/*
Warning, do not edit this file unless you know what you are doing.
If this file has any error, the upload fields may not be displayed.
*/
var fieldsDefaultCount = 3;
var fieldsCount