xmlhttp

xmlhttpxmlhttp
  1. This is due to the same domain limitation of XMLHttp requests .

    这是由于XMLHttp请求的同一域限制造成的。

  2. The stateChanged () function executes every time the state of the XMLHTTP object changes .

    函数在每次XMLHTTP对象状态改变时就被执行。

  3. If xmlHttp still isn 't set up , create the object in a non-Microsoft way .

    如果仍然没有建立xmlHttp,则以非Microsoft的方式创建该对象。

  4. Event + I / O & This edition includes Dojo 's aspect-oriented event system and the XmlHttp layer .

    Event+I/O&该版本包括Dojo的面向方面事件系统和XmlHttp层。

  5. If neither of these work , the xmlHttp variable is set to false , to tell your code know that something hasn 't worked .

    如果都不成功,则将xmlHttp变量设为false,告诉您的代码出现了问题。

  6. This article walks through the construction of an Ajax-based RSS reader using both XMLHTTP and tags as the transport mechanisms .

    本文详细介绍了基于Ajax的RSS阅读器的构造方法,我们使用XMLHTTP和标记作为传输机制。

  7. It starts by declaring a function ( 02 ) that is executed each time the xmlHttp object receives a change of state ( 12 ) .

    首先声明一个函数(02),每当xmlHttp对象接收到状态更改时(12),即执行此函数。

  8. Ajax & Use the Ajax edition to create applications with asynchronous I / O ( XmlHttp ), integrate complex visual effects , and use an aspect-oriented event system .

    Ajax&使用Ajax版本创建带有同步I/O(XmlHttp)的应用程序,集成复杂的可视效果,并使用面向方面的事件系统。

  9. But Web2.0 is all about ingenuity , and solving the problem of how to create an RSS reader with XMLHTTP teaches a lot about how to program the2.0 Web .

    而Web2.0所主张的正是灵活巧妙,通过XMLHTTP解决如何创建RSS阅读器这一问题的过程将让我们学到很多关于Web2.0编程的知识。

  10. But I 'm not satisfied because the XMLHTTP security prevents me from taking the JavaScript code from this page and copying it onto someone else 's blog so that anyone can look at the feeds .

    但我还不够满意,因为XMLHTTP安全性使我无法从此页面中获取JavaScript代码,无法将其复制到其他人的博客上以使他人能够看到提要。

  11. I / O ( XmlHttp ) & The I / O edition is built with dojo . io . bind , so you can use an XmlHttp layer for asynchronous I / O.

    I/O(XmlHttp)&I/O版本是用dojo.io.bind构建的,所以可以为异步I/O使用XmlHttp层。