代码搜索:AJax
找到约 4,594 项符合「AJax」的源代码
代码结果 4,594
www.eeworm.com/read/331918/12800850
pdf ajax_in_action(ajax实战).pdf
www.eeworm.com/read/292078/8378880
js ajax.js
// remote scripting library
// (c) copyright 2005 modernmethod, inc
var sajax_debug_mode = false;
var sajax_request_type = "GET";
/**
* if sajax_debug_mode is true, this function outputs given the me
www.eeworm.com/read/390818/8439479
js ajax.js
function checkcode(){
getinfo();
var xmlhttp;
try{
xmlhttp=new XMLHttpRequest();
}
catch(e){
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function
www.eeworm.com/read/388997/8556244
js ajax.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.17.2.25 $
$Date: 2007/03/21 15:53:02 $
*/
var Ajaxs = ne
www.eeworm.com/read/388157/8631849
js ajax.js
/******************************************************************************
SupeSite/X-Sapce - Ajax for SS/XS
Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com)
************************
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/386486/8740719
txt ajax.txt
HTML
<script>
function createRequestObject() {
var ro;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
ro = new ActiveXObject("Microsoft.XMLHTTP");
}else{