代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/359558/10139253
js addportal.js
function IsInstallSupMiniQQ(QQVersion){
try{//支持
var xmlhttp=new ActiveXObject("TimwpDll.TimwpCheck");
var n = xmlhttp.GetVersion();
if (n < QQVersion)
{
locati
www.eeworm.com/read/425735/10332489
js news_comment.js
/**
* Ajax ????JavaScript
*/
function getCommentHtmlList(sid)
{
var strText;
var fError = false;
if (xmlhttp.readyState == 4)
{
if (xmlhttp.status == 200)
{
strText = fetc
www.eeworm.com/read/154472/11952788
js addportal.js
function IsInstallSupMiniQQ(QQVersion){
try{//支持
var xmlhttp=new ActiveXObject("TimwpDll.TimwpCheck");
var n = xmlhttp.GetVersion();
if (n < QQVersion)
{
locati
www.eeworm.com/read/238913/4607162
js addportal.js
function IsInstallSupMiniQQ(QQVersion){
try{//支持
var xmlhttp=new ActiveXObject("TimwpDll.TimwpCheck");
var n = xmlhttp.GetVersion();
if (n < QQVersion)
{
locati
www.eeworm.com/read/235668/14056610
js news_comment.js
/**
* Ajax ????JavaScript
*/
function getCommentHtmlList(sid)
{
var strText;
var fError = false;
if (xmlhttp.readyState == 4)
{
if (xmlhttp.status == 200)
{
strText = fetc
www.eeworm.com/read/191759/5162560
js connection.js
YAHOO.util.Connect = {_msxml_progid:["MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"], _http_header:{}, _has_http_headers:false, _default_post_header:true, _isFormSubmit:false, _isFileUplo
www.eeworm.com/read/376485/2709775
js checkcorrelation.js
//声明XMLHttpRequest对象
var xmlHttp;
function createXMLHTTP()
{
if(window.XMLHttpRequest)
{
xmlHttp=new XMLHttpRequest();//mozilla浏览器
}
else if(window.ActiveXObject)
www.eeworm.com/read/470634/6905317
js ajax_form.js
if (!window.XMLHttpRequest) {
window.XMLHttpRequest=function (){
return new ActiveXObject("Microsoft.XMLHTTP");
}
}
//@desc load a page(some html) via xmlhttp,and display on a container
/
www.eeworm.com/read/470634/6905358
js ajax_form.js
if (!window.XMLHttpRequest) {
window.XMLHttpRequest=function (){
return new ActiveXObject("Microsoft.XMLHTTP");
}
}
//@desc load a page(some html) via xmlhttp,and display on a container
/
www.eeworm.com/read/470634/6905361
js ajax_form.js
if (!window.XMLHttpRequest) {
window.XMLHttpRequest=function (){
return new ActiveXObject("Microsoft.XMLHTTP");
}
}
//@desc load a page(some html) via xmlhttp,and display on a container
/