Hi,

I've certain iframes loaded on my page (same domain) and i want to
fire custom events from one of them to the other for which those
iframes are already listening. Somehow the following implementation
doesn't work (sadly the firebug console doesn't show anything):

In the iframe A, i'm doing->
document.observe("message", function(e){
        console.log("11"+e);
});

In the iframe B (same as domain A), i'm doing->
Event.fire(parent.frames["frame11"],"message","frame12", true);

Any idea what i might be doing wrong?
Thanks in advance.
-Sumit

--

You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.


Reply via email to