I ask you gurus of jquery because I have no clue if this thing is even possible: I'll try to explain:
I have several domains, which resides on the same server, on top of the page of each domain there's an <iframe> with the same content for every domain (there's a precise reason for this but it's complex and pretty long to explain and not relevant here). Now I want the user to be able to click a link inside this <iframe> and fire an event on the top level page, this can be achieved easily (http:// webmastereseller.com/test/iframe_test.htm). The problem is that the content of the <iframe> resides on a completely different domain and java returns a "permission denied to obtain properties of Window.centerPopup" in fact the .centerPopup resides on a completely different domain. Now is there a workaround for this? If not, is there another way to trigger and event after a click inside an iframe linked to a file in another domain? thanks