„ajaxed is the only one
still maintained free classic asp library
with built—in AJAX support. “


It rapidly lets you build modern web applications according to current web standards.
See the DEMO
Download latest version 2.1.1

Quick Code Samples

<% sub pagePart_one %>
    <h1>The first part</h1>
<% end sub %>

<% sub pagePart_two %>
    <h1>This is the second part</h1>
<% end sub %>

<button onclick="ajaxed.callback('one', 'container')">
    Load serverside sub One
</button>
<button onclick="ajaxed.callback('two', 'container')">
    Load serverside sub Two
</button>

<div id="container"></div>
Version 2.1.1 Released3926 days ago