Displaying 1 result from an estimated 1 matches for "this_javascript".
2006 Jan 27
1
Execute script tag loaded from Ajax.Updater call
...ive 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...