[jQuery] Re: How to catch function call

2008-07-08 Thread Luiz Abrahao
', function() {         alert( 'about to call foobar' );     }); -Mike From: Luiz Abrahao Michael, thanks for your time, It's loaded form the same domain. On Jul 3, 3:41 pm, Michael Geary [EMAIL PROTECTED] wrote: Is the iframe loaded from the same domain as the containing page

[jQuery] Re: How to catch function call

2008-07-04 Thread Luiz Abrahao
Michael, thanks for your time, It's loaded form the same domain. On Jul 3, 3:41 pm, Michael Geary [EMAIL PROTECTED] wrote: Is the iframe loaded from the same domain as the containing page, or a different domain? From: Luiz Abrahao I have one page with one iframe, and there are few

[jQuery] How to catch function call

2008-07-03 Thread Luiz Abrahao
Hello, I have one page with one iframe, and there are few javascript function on the page inside the iframe. These functions are triggered by some flash presentations. Basically the parent page has to 'know' when the user has requested the next page (inside the iframe) and update its content