• Answers
  • Web

Object Oriented xmlHttpRequest Solution

Does anyone know of any websites that provide an object based xmlHttpRequest for ajax applications?  Something reusable in any context, very generic with cross-browser capabilities?


Share Send to a friend Watch Report
 
 

2 Posted Answers
Order by

 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

There are a number of options.

First, you can use the Prototype JavaScript Library. It provides some basic functionality for events and dispatchers as well as some Object Oriented like features. It also encapsulates the XMLHttpRequest issue into a nice object that is cross browser supported.

Prototype is the basis for numerous other libraries including Ruby-On-Rails client side and script.alicio.us

If you are using ASP.NET you can use the Atlas library. It's client side have an object model that includes an object that wraps the XMLHttpRequest object in a cross browser manner.

 

Posted 2006-07-18T15:12:26Z
Helpful?(4)
Rated as Best Answer
 
3 helpful answers

You can also use Yahoo UI framework that provide great JavaScript frame work for:

1) xmlHttpRequest  

2) JavaScript events

and more.

 http://developer.yahoo.com/yui/connection/

Posted 2006-08-13T06:52:10Z

Sign in to participate

Got an answer for kevygee? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


Q:

Secure ajax applications

What are some things to consider when writing secure web applications in AJAX?
Submitted by akirson   3 years ago.
  • viewed 803 times
Last answer posted 9 days ago by Security09


Q:

'the script running on this page cause the internet explorer to run slowly,if it continues to run your computer may become unresponsive.

Hello All, I am trying to open the popup panel on click of link button of grid using popup control extender control of ajax cotrol ...
Submitted by Swati_Jain   3 years ago.
  • viewed 8088 times
Last answer posted 2 years ago by muzz


Q:

Testing Web Application On Safari

I need to test my web application with Safari, but I don't own a Mac. How can I test my application for Safari without having to ...
Submitted by alexp   3 years ago.
  • viewed 1080 times
Last answer posted 2 years ago by lgivens



» More...

Explore Related Posts in Forums

AJAX related..materials and projects,applications

Ajax Construction Kit: Building Plug-and-Play Ajax Applications Book description Supercharge Your code you need to hit the ground running. Ajax Construction Kit’s built-in applications work right services, build secure APIs, and make open mashups secure Securing Ajax Applications takes

Question: XMLHttpRequest

A question regarding XMLHttpRequest. I have the following code (as part of a much larger file): function loadXMLDoc(url) { // branch for native XMLHttpRequest object if (window.XMLHttpRequest) { req , and that it doesn't fix cross browser compatibility issues? Have you ever written an Ajax application...

128个ajax/javascript框架 - 代码交流

DHTML来创建交互性强大的web应用程序。 它集成了 Web. World-class JavaScript, Ajax 和 UI 组件. 37.Engine for Web Applications ”(compatibility layers)来编写简单敏捷,而功能复杂的脚本。 Dojo的事件机制、I/O APIs以及通用代码的增强,为一个强大的开发环境打下了根基。从而使专业化的网页开发更加快捷。 2.Rico AJAX框架能够帮助我们快速开发能够通过JavaScript调用WebService(Server Page)的网页,而不必要提交整个页面。近来的web应用都使用AJAX来提高网页的可交互性和实现更好的功能。目前互联网上有上百个AJAX/Ja...
» More...
Powered by
Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License