Ajaxed: Ajax for classic ASP
Are you writing classic ASP pages and want to join in the Ajax revolution too? Really? Well, Ajaxed is for you. The framework is simialr to xajax for PHP, in that it allows you to tie in to a named function on th eserver side.
It looks like this:
PLAIN TEXT
JAVASCRIPT:
<!–#include virtual=”/ajaxed/ajaxed.asp”–>
<%
set page = new AjaxedPage
page.draw()
sub init() [...]
More: continued here
Leave a Reply
You must be logged in to post a comment.