Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created August 10, 2009 02:44
Show Gist options
  • Save sprite2005/164988 to your computer and use it in GitHub Desktop.
Save sprite2005/164988 to your computer and use it in GitHub Desktop.
Event.observe(window, 'load', function() {
Event.observe('target', 'load', function(event) {
new Ajax.Updater('ad', '/base/ad', {
parameters: { asynchronous:true, evalScripts:true }
});
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment