Ok, I'm sick and just giving this a quick read-and-reply, so I'm sorry in
advance if I misread.

It sounds like the page you're loading through AJAX is a full blown page
(eg, including HTML, HEAD, etc.). This is incorrect. AJAX isn't IFRAMES.
You're loading a *PIECE* of a page. addLoadEvent wouldn't work page the page
isn't loading, per se, but rather being inserted.

Hope that helps lead you in the right direction. :)

On 1/20/07, Aragorn450 <[EMAIL PROTECTED]> wrote:
>
>
> 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 MochiKit.DOM.addLoadEvent() and it doesn't appear to
> be running. Plus, when I try to run it directly from the console of
> FireBug, it says the function (graphEvent) is not defined. graphEvent
> is defined inside the page I'm loading via AJAX, so obviously something
> isn't working quite right...
>
> Thanks in advance for your help,
> Charlie
>
>
> >
>


-- 

|                     Matthew Kwiecien
•              Webhosting   |   Design
|           delihosting.com | neoteria.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to