代码搜索:http_request
找到约 211 项符合「http_request」的源代码
代码结果 211
www.eeworm.com/read/375808/9349136
js function.js
function GetImgSize(img,MaxWidth,MaxHeight){
// if(img.readyState!="complete"){//没有加载完毕
// img.width=MaxWidth;
// img.height=MaxHeight;
// }else{
if(img.offsetWidth
www.eeworm.com/read/167894/9948287
htm sample8_1.htm
无标题文档
var http_request = false;
function send_request(url) {//初
www.eeworm.com/read/359172/10163352
htm sample8_1.htm
无标题文档
var http_request = false;
function send_request(url) {//初
www.eeworm.com/read/271898/10976265
js ajax.js
var http_request=false;
function send_request(url){//初始化,指定处理函数,发送请求的函数
http_request=false;
//开始初始化XMLHttpRequest对象
if(window.XMLHttpRequest){//Mozilla浏览器
http_request=new XMLHttpReques
www.eeworm.com/read/271898/10976266
bak ajax.js.bak
var http_request=false;
function send_request(url){//初始化,指定处理函数,发送请求的函数
http_request=false;
//开始初始化XMLHttpRequest对象
if(window.XMLHttpRequest){//Mozilla浏览器
http_request=new XMLHttpReques
www.eeworm.com/read/470634/6905311
js ajax.js
function send_request(url,obj)
{
objectID = obj;
if (url.substring(0,23)!='index.php?act=SearchBar' && url.substring(0,18)!='index.php?act=menu')
{
document.getElementById(obj).innerHTML =
www.eeworm.com/read/470634/6905345
js ajax.js
function send_request(url,obj)
{
objectID = obj;
var http_request = newXMLHttpRequest();
var handler = getReadyStateHandler(http_request,objectID);
http_request.onreadystatechange = hand