[mochikit] Re: Executing javascript in an AJAX page

2007-01-23 Thread Aragorn450
Ok, so I modified my _graph.rhtml so that it only outputs JavaScript, and then just loaded that via the DOM into the head of the document. Thanks Tom for your insight, I was just having some issues with understanding what could and could not be done (and you told me that, basically, I couldn't do

[mochikit] Executing javascript in an AJAX page

2007-01-20 Thread Aragorn450
Yes, I'm quite new to AJAX, but I've got my request working just fine using Async to update my page with the new code. However, the new code uses a lot of JavaScript and I'm not figuring out how to get that to run once it gets loaded. So, how do I manage to do that? I'm trying to do a