喜欢编程的朋友,欢迎加入我们的论坛
c#吧
全部回复
仅看楼主
level 1
王东升wds 楼主
http://www.xuebc.com/?a=njwds 编程论坛,让我们一同成长
2007年07月12日 08点07分 1
level 0
Exactly what are the capabilities required of a browser to run AJAX functionalities? As mentioned, a browser needs to provide two key capabilities: a proxy mechanism to make client code able to place out-of-band HTTP calls, and an updatable DOM.There's a W3C ratified standard for the updatable DOM. A W3C standard for the proxy component is currently being developed. It takes the form of the XMLHttpRequest object and is devised as an interface exposed by the browser to allow script code to perform HTTP client functionality, such as submitting form data or loading data from a remote Web site.
2007年09月09日 08点09分 2
1