I'm pretty sure you can listen to the iframe's load event for that... I don't think it bubbles so you'll have to listen to it on the iframe itself and not on a parent.
I use that event extensively in my ajax history solution, http://positionabsolute.net/blog/2007/07/javascript-history-service.php -- http://positionabsolute.net On May 21, 5:39 pm, Walter Lee Davis <[email protected]> wrote: > Thanks, it appears that the only way that I'll be able to work around > this is with a timed observer pattern, there doesn't seem to be an > event fired by an iframe into the page context when its src changes. > The underlying problem was how to keep an iframe sized to match its > contents. While you get one onload event when the frame finishes > loading, no others are ever fired, even when you navigate to a > different page within the iframe. > > Walter > > On May 21, 2009, at 5:05 PM, Matt Foster wrote: > > > You could find a list of all events and listen to them each, there > > isn't an "all" operator to listen to any event that is fired as far as > > I know... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
