The ajaxed Library comes up with an unique Ajax technique which can be used within your classic ASP applications. You will be able to create Rich Web Applications with not much effort.
The magic behind ajaxed: ajaxed lets you call server side VBScript code directly from client side. In other words it means that you are able to bind e.g. an click event of a button directly to a server side function.
You call a server side function and the functions return value(s) are passed to a JavaScript functions. Thats it!
Easy installation in less than 3 minutes
Short learning curve (about 20 minutes)
Uses one of the most popular JavaScript Libraries: Prototype
Object Oriented (OO) Approach
Works with Internet Explorer and Mozilla Firefox (the only tested yet)