Hello everyone, I have an ad serving application that give me a chunk of javascript to put in each page an when then page it loaded, that javascript executes and it load a banner ad.
Basically, I'm returned this from the server: <script language="JavaScript1.1" type="text/javascript" src="http://mysite.com/execute/this_javascript.js"> </script> The question I have is how do I get Ajax.Updater to load this? I'm not sure if onComplete will work and I'm not sure that I can count on the function names in this_javascript.js. How could I go about getting this code to run once it's been fetched by Ajax.Updater? Thanks for any help, -- Kevin Old [EMAIL PROTECTED] _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
