当前位置: 网学 > 编程文档 > Ajax > 正文

XMLHttpRequest of ajax

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/07/11
nbsp;    charset = charset.substring(0, val);
      }
      val = charset.indexOf('','');
      if (val != -1)
      {
        charset = charset.substring(0, val);
      }
      return charset;
    };

    this.abort = function()
    {
      this._aborted = true;
    };

    this.getAllResponseHeaders = function()
    {
      return this.getAllResponseHeader(''*'');
    };

    this.getAllResponseHeader = function(header)
    {
      var ret = '''';
      for (var i = 0; i < this._headers.length; i++)
      {
        if (header == ''*'' || this._headers[i].h == header)
        {
          ret += this._headers[i].h + '': '' + this._headers[i].v + ''\n'';
        }
      }
      return ret;
    };

    this.getResponseHeader = function(header)
    {
      var ret = getAllResponseHeader(header);
      var i = ret.indexOf(''\n'');
      if (i != -1)
      {
        ret = ret.substring(0, i);
      }
      return ret;
    };

    this.setRequestHeader = function(header, value)
    {
      this._headers[this._headers.length] = {h:header, v:value};
    };

    this.open = function(method, url, async, user, password)
    {
      this.method = method;
      this.url = url;
      this._async = true;
      this._aborted = false;
      this._headers = [];
      if (arguments.length >= 3)
      {
        this._async = async;
      }
      if (arguments.length > 3)
      {
        opera.postError(''XMLHttpRequest.open() - user/pass
  • 下一篇资讯: 开始研究Ajax. 第一天
  • 网学推荐

    免费论文

    原创论文

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号