代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/430341/1932743
js relshow.js
var $=function(node){
return document.getElementById(node);
}
//显示相关搜索 和更新关键字数据
function relShowUpdate(){
var xmlhttp;
try{
xmlhttp = new XMLHttpRequest();
}
catch(e){
xmlhttp = n
www.eeworm.com/read/331259/12836769
ascx login.ascx
.tuichu {
font-family: "宋体";
font-size: 12px;
color: #00FFEF;
text-deco
www.eeworm.com/read/325860/3478626
js dictionary.js
var xmlhttp;
var elements;
alert("ddddd");
function init(){
getGrandpa();
}
function createXMLHttpRequest(){
if(window.ActiveXObject){
xmlhttp = new ActiveXO
www.eeworm.com/read/333311/3388907
js xmlhttprequest.js
/**
*发送请求数据并从服务器取查询结果数据
*/
var xmlHttp = XmlHttp.create();
var r0e0s0D0a0t0a0="";
function getResponseData(urlString){
var urlStr=urlString;
xmlHttp.open("POST", urlStr, false);
xmlHttp.
www.eeworm.com/read/431682/8661406
js ajax.js
// IE support
if (window.ActiveXObject && !window.XMLHttpRequest)
{
window.XMLHttpRequest = function()
{
var msxmls = new Array('Msxml2.XMLHTTP.5.0','Msxml2.XMLHTTP.4.0','Msxml2.XMLHTTP.3.0
www.eeworm.com/read/488732/6485050
asp film.asp
try
{
var xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(e)
{
alert('不能创建Microsoft.XMLHTTP对象,推荐使用Internet Explorer6.
www.eeworm.com/read/409383/2231930
js viewres.js
var xmlHttp;
var obj;
var tusid="";
function createXMLHttpRequest(){
if(window.XMLHttpRequest){ // Mozilla
xmlHttp = new XMLHttpRequest();
}else if (window.A
www.eeworm.com/read/409383/2231939
js getarea.js
var xmlHttp;
function createXMLHttpRequest(){
if(window.XMLHttpRequest){ // Mozilla 浏览器
xmlHttp = new XMLHttpRequest();
}else if (window.ActiveXObject){