„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.
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>