代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/395144/8193145
js ajxcheck.js
// JScript 文件
//创建XmlHttpRequest对象
try {
if (window.ActiveXObject) {
for (var i = 5; i; i--) {
try {
www.eeworm.com/read/395114/8194733
js xmlutils.js
//Create a XmlDOM Object
function createXmlDom()
{
var xmlDom = new ActiveXObject("Microsoft.XMLDOM"); //MSXML2.DOMDocument
}
//Create a XmlHttp Object
function createXmlHttp()
{
var
www.eeworm.com/read/294760/8206975
js tm_qq.js
function CheckInstallQQ(uin,uinname,uintype){
if(uintype2)
uintype=2;
//var Link="tencent://buddy/?Menu=Yes&Exe=tm&buddyid="+uin+"&type="+uintype+"&image=0&name="+uinname;
v
www.eeworm.com/read/394656/8214648
txt 一个ajax在netbeans下的例子.txt
var xmlHttp;
function creatXMLHttpRequest() {
if (window.ActiveXObject) {
xmlHttp = new ActiveXObject("Micros
www.eeworm.com/read/393656/8271509
js zhuce_js.js
//定义XMLHttpRrequest对象
var xmlHttp=createXmlHttpRequestObject();
//获取XMLHttpRrequest对象
function createXmlHttpRequestObject(){
//用来存储将要使用的XMLHttpRrequest对象
var xmlHttp;
//如果在internet Explorer
www.eeworm.com/read/293304/8300629
htm qqlevel.htm
QQ等级查询
h3{color:blue;font-weight:bold}
body,td{color:green;font-size:14px}
span{color:red;font-weight:bold;font-size:14px}
input{color:blue;font-size:14px}
www.eeworm.com/read/369901/9629995
js occhat_sendmsg.js
// JavaScript Document for send msg
function ocChat_sendMsg(sendUserId,reciveUserId,msgId){
var sendObj=document.getElementById(sendUserId);
var reciveObj=document.getElementById(reciveUserId);
www.eeworm.com/read/369901/9629998
js occhat_getrecord.js
// JavaScript Document for send msg
function ocChat_getRecord(sendUserId,reciveUserId,tableId){
try{
var recordTable=document.getElementById("ocChat_showMsgRecord");
var testId=recordTable.i