You won't be able to do that if the iframe's content comes from another domain. What you can do is overlay a DIV or other element on top of the iframe with position:absolute and get the click events from there. Not sure it works in all browsers.
cheers, - ricardo On Mar 12, 5:35 pm, ECS <[email protected]> wrote: > This has been asked a million times before probably, but is there any > way to trap events in the iframe window and pass the events to the > parent window, not bothering about the URL of the SRC of the iframe? > Any help would be appriciated. Thanks a ton! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" 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/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
