• You use the XmlHttpRequest or equivalent object that modern browsers provide for this asynchronous background communication.

    可以使用现在的浏览器提供XmlHttpRequest等效对象进行异步后台通信。

    youdao

  • Listing 5 shows the code that creates the XMLHttpRequest object.

    清单5显示了创建XMLHttpRequest对象所需的代码

    youdao

  • Once you understand the various ready states that occur during a request, you're ready to look at another important piece of the XMLHttpRequest object — the responseText property.

    一旦我们理解请求过程发生各个就绪状态之后,接下来可以来看一下XMLHttpRequest对象另外一个方面了——responsetext属性

    youdao

  • Use the XMLHttpRequest object to make a call to the server by defining a callback function that is executed automatically when the server response is received.

    使用XMLHttpRequest对象服务器进行调用采用的方法定义一个回调函数收到服务器响应时,会自动执行这个函数。

    youdao

  • This feature is often exploited by mashup servers and mashup applications to use JSON as the data format for responses transmitted back from a server to the browser for XMLHttpRequest object requests.

    这个特性经常被某些mashup服务器应用程序利用,这些服务器和应用程序使用JSON作为针对XMLHttpRequest对象请求服务器传回浏览器响应数据格式

    youdao

  • However, you can start to get the basic idea of how these applications work and a basic understanding of the XMLHttpRequest object.

    可以首先这些应用程序如何工作基本概念开始,对XMLHttpRequest对象基本的了解

    youdao

  • If the data happens to be XML, the XMLHttpRequest object will automatically parse that data using the browser's built in XML processing mechanisms.

    如果返回的数据碰巧XMLXMLHttpRequest对象自动使用浏览器内置XML处理机制来解析数据。

    youdao

  • Whether it's pre-loading image rollovers or initialing an XmlHttpRequest object for a later Ajax request or assigning event handlers, it's your code that takes time.

    是否预加载图像翻转初始化xmlhttprequest对象以用于稍后Ajax请求,或分配事件处理程序,代码花时间处理这些问题。

    youdao

  • The final script, server.js, USES the special XMLHttpRequest object that is now a standard feature of modern browsers.

    最后一个脚本server . js使用特殊XMLHttpRequest对象现在也是现代浏览器的标准特性了。

    youdao

  • That's exactly what's happened with XMLHttpRequest, the basic object used in Ajax apps.

    XMLHttpRequest恰恰这种情形,它是Ajax应用程序使用基本对象

    youdao

  • Instantiate the XMLHttpRequest (XHR) object variable.

    实例XMLHttpRequest (xhr)对象变量。

    youdao

  • In fact, if you have Ajax code running that USES a toolkit, try to rewrite it using just the XMLHttpRequest object and its properties and methods.

    事实上如果使用工具箱Ajax代码,可以尝试使用XMLHttpRequest对象及其属性方法重新改写

    youdao

  • The iframe approach was the common way to get Ajax functionality before the XMLHttpRequest object was implemented everywhere.

    iframe方法XMLHttpRequest对象得到普遍实现之前获得Ajax功能性的常见方法

    youdao

  • In other words, most people think XML is a core part of Ajax because they assume that the XMLHttpRequest object actually USES XML all the time.

    话说,多数之所以认为xmlajax核心组成部分,仅仅是因为他们想当然地以为XMLHttpRequest对象在任何时候都使用XML。

    youdao

  • The only use for this ready state in almost-real-world Ajax programming is if you make multiple requests using the same XMLHttpRequest object across multiple functions.

    大部分Ajax编程的真实情况中,这种就绪状态唯一用法就是使用相同XMLHttpRequest对象多个函数之间生成多个请求

    youdao

  • Rhino doesn?t support the XMLHTTPRequest object, but don't worry.

    Rhino 并不支持XMLHTTPRequest对象但是这个问题您不必担心。

    youdao

  • The JSP defines one form (see Listing 5) that's used to pass service requests to the server using the XMLHttpRequest object discussed earlier.

    JSP将定义一个表单参见清单5),表单用于使用先前讨论XMLHttpRequest对象服务器传递服务请求

    youdao

  • Requests to the server are sent using an XMLHTTPRequest object, and responses are handled asynchronously as they come in.

    使用XMLHTTPRequest对象服务器发送请求响应到达时对其进行异步处理。

    youdao

  • As a result, your Ajax code (and specifically, the XMLHttpRequest object) can only make requests to the same domain on which it's running.

    因此Ajax代码(具体来说就是XMLHttpRequest对象)只能所在的同一个发送请求。

    youdao

  • The x in Ajax is from the XMLHttpRequest object, which lets the browser communicate with the server in the background while displaying a page.

    AJAXXXMLHttpRequest对象浏览器能够显示页面同时后台服务器沟通

    youdao

  • The checkRequest() function will throw an exception if the XMLHttpRequest object has not been created or if the request has already been sent.

    如果没有创建XMLHttpRequest对象或者已经发送请求,那么checkRequest()函数抛出一个异常

    youdao

  • In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: the XMLHttpRequest object.

    本文中,开始接触基本基础性有关Ajax的全部对象编程方法XMLHttpRequest对象。

    youdao

  • We created a simple helper function to support using the XMLHttpRequest object to invoke services using E4X.

    我们创建了一个简单辅助函数支持使用XMLHttpRequest对象调用使用E4X服务

    youdao

  • It gives a degree of control to the server, as well; when the server finishes a request, it looks in the XMLHttpRequest object and specifically at the onreadystatechange property.

    它也服务器一定程度控制权服务器完成请求之后查看XMLHttpRequest对象特别是onreadystatechange属性。

    youdao

  • Now you've got an error-proof piece of code that creates an XMLHttpRequest object and even lets you know if something went wrong.

    现在已经得到了带有错误检查XMLHttpRequest对象创建代码可以告诉您哪儿出了问题。

    youdao

  • When you made the call to the server using the XMLHttpRequest object, you registered a response handler.

    使用XMLHttpRequest对象请求服务器时候注册一个响应处理程序

    youdao

  • First, you need to create a new variable and assign it to an instance of the XMLHttpRequest object.

    首先需要创建变量赋给XMLHttpRequest对象实例

    youdao

  • This function USES the XMLHTTPRequest object to ask the server for the new content.

    函数使用XMLHTTPRequest对象服务器请求内容

    youdao

  • You'll use false as a condition that means the XMLHttpRequest object hasn't been created yet.

    后面使用false作为判定条件,它表示没有创建XMLHttpRequest对象

    youdao

  • As I show in Listing 3, all the XMLHTTPRequest object provides is a callback mechanism called onreadystatechange.

    正如清单3展示一样,XMLHTTPRequest对象所提供全部内容一个名为onreadystatechange的回调机制

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定