You need to route the event through to the parent document, then to
the frame containing your function.
For example, if your event is in an iframe, you would call the
function in the parent frame by using parent.functionName(), instead
of simply functionName().
If you''re in a frameset you would use parent.framename.functionName()
On Jan 10, 8:06 am, sdr
<peuram...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hello all,
>
> is there a way to fire custom events that are caught in another
> frame?
>
> TIA,
>
> sdr
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---