[Proto-Scripty] Re: Custom events with iframes

2009-12-09 Thread Sumit
Hi David, It did work finally though i'm facing a different issue now. Posting a new thread on that problem. Please have a look at http://groups.google.com/group/prototype-scriptaculous/t/e69e90a8b84987f4 Thanks again for your response. -Sumit On Dec 9, 11:49 am, Sumit skbrnwl-...@yahoo.com

[Proto-Scripty] Re: Custom events with iframes

2009-12-08 Thread david
Hi sumit, Just a though, I didn't test it. you don't use custom event it has the form namespace:eventName. What you could do ?? is to define in frame A: document.observe(FrameB:message, function(e){ console.log(11+e); }); And send from Frame B:

[Proto-Scripty] Re: Custom events with iframes

2009-12-08 Thread Sumit
I think i'm having issues with the loading sequence of the javascripts and these iframes. Will report more details once i'm done fixing the issue. Thanks for your response, David! -Sumit On Dec 9, 2:36 am, david david.brill...@gmail.com wrote: Hi sumit, Just a though, I didn't test it. you