代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/305978/13755806
js admin_stuid.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkinfos(x){
var strljid = $("select")[0].options[$("select")[0].selectedIndex].value*1;
var strColid = $("select")[1].options[$
www.eeworm.com/read/305978/13755810
js admin_res.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkCols(){
var strid = $("select")[1].options[$("select")[1].selectedIndex].value*1;
if (strid==0){
fillSel("请选择...",$("sel
www.eeworm.com/read/269284/11102980
js admin_stuid.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkinfos(x){
var strljid = $("select")[0].options[$("select")[0].selectedIndex].value*1;
var strColid = $("select")[1].options[$
www.eeworm.com/read/269284/11102991
js admin_res.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkCols(){
var strid = $("select")[1].options[$("select")[1].selectedIndex].value*1;
if (strid==0){
fillSel("请选择...",$("sel
www.eeworm.com/read/266727/11214737
js admin_cou_cho.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkgras(){
var strid = $("select")[2].options[$("select")[2].selectedIndex].value*1;
if (strid==0){
fillSel("请选择...",$("sel
www.eeworm.com/read/266727/11214741
js admin_res.js
function deleteAllOptions(sel){sel.options.length=0;}
function checkgras(){
var strid = $("select")[1].options[$("select")[1].selectedIndex].value*1;
if (strid==0){
fillSel("请选择...",$("sel
www.eeworm.com/read/113473/15455599
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/483893/6597303
js check_digg.js
var xmlHttp;
function Ajax_Begin(){
if (window.ActiveXObject){
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
else if (window.XMLHttpRequest){
xmlHttp=new XMLHttpRequest();
}
}
www.eeworm.com/read/479946/1325298
js ajax.js
// JavaScript Document
//异步刷新ajax
var xmlHttp;
function createXMLHttp(){
if(window.ActiveXObject){
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
}
else{
xmlHttp = n