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 <[EMAIL PROTECTED]> 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
