代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/440457/7689054
js pub.js
var CSKey;
var xmlhttp = false;
function newHttpRequest()
{
var http = false;
try {
http = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e)
{
try
{
http = new ActiveXObject
www.eeworm.com/read/439758/7702064
htm iexmlhttprequestexample4.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/439758/7702067
htm iexmlhttprequestexample.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/439758/7702078
htm iexmlhttprequestexample3.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/439758/7702079
htm crossbrowserxmlhttprequestexample.htm
XML HTTP Request Example
if (typeof XMLHttpRequest == "undefined" && window.ActiveXObject
www.eeworm.com/read/439758/7702082
htm iexmlhttprequestexample2.htm
XML HTTP Request Example
function createXMLHTTP() {
www.eeworm.com/read/439453/7708460
jsp zhuce.jsp
function trim(str)
{
var t = str.replace(/(^\s*)|(\s*$)/g, "");