Activate your free membership today | Log-in

Monday, December 10th, 2007

Ajax Cross Domain Script

Category: Ajax, JavaScript, Library

Bart Van der Donck has released his script to do Ajax Cross Domain scripting. You download the ACD.js script and then you can do things like this hello world:

HTML:
  1.  
  2. <script type="text/javascript" src="http://www.ajax-cross-domain.com/cgi-bin/ACD/ACD.js?uri=(http://216.92.176.52/?name=john)"></script>
  3. <script type="text/javascript">alert(ACD.responseText);</script>
  4.  

Here is how it works:

I love how the learning curve has been defined for you to Bart :)

Posted by Dion Almaer at 6:16 am

++---
2.9 rating from 55 votes

3 Comments »

Comments feed TrackBack URI

Commercial Solution second on the learning curve… that is precious!

Comment by Joe Larson — December 10, 2007

Here’s a list of 418,000 other “ajax cross domain” scripts in perl.

Comment by unfletch — December 10, 2007

It’s just a proxy… not really cross domain

Comment by Tyson — December 10, 2007

Leave a comment

You must be logged in to post a comment.