Using Ajax with Classic ASP


I've been wanting to learn Ajax for a long time but I thought it was impossible to incorporate it in to my web sites that I had designed using the old tried and true classic Active Server Pages (ASP).  I recently found some samples online that show you how to use Ajax with classic ASP pages.

Below are two examples of Ajax and ASP working together.  I'll be posting the code for you soon so you can try it for yourself.

Sample 1:  Hint / Suggestion box.  Try typing a letter like "e" and see what happens.
Sample 2:  Click the cookies button and get a list of all the cookies set in your browser from my web site.

Start typing a name in the input field below:

First name:

Suggestions:

 

Cookies:

 


Ajax and ASP Links the I Found Helpful for these samples
http://skeymedia.com/classic-asp-and-ajax-tutorial/
http://www.aspajax.org/
http://www.w3schools.com/Ajax/Default.Asp
http://www.ajaxlines.com/ajax/stuff/article/ajax_suggest_source_code.php
http://www.electrictoolbox.com/load-content-jquery-ajax-loading-image/
http://www.simple-talk.com/dotnet/asp.net/calling-cross-domain-web-services-in-ajax/

Comments

There have been no comments made on this article. Why not be the first and add your own comment using the form below.

Leave a comment

Commenting is restricted to registered users only. Please register or login now to submit a comment.