search for: objectwithinformation

Displaying 1 result from an estimated 1 matches for "objectwithinformation".

2008 Jan 31
0
Element.Fire on window.parent.document from iframe (fails in Opera)
...hout determining the parent behaviour at all from within the iframe. The iframe include just checks if there was an image loaded, and does this to pass upload information to the parent (this only fires when an image was uploaded): $(window.parent.document).fire(''image:uploaded'', objectWithInformation); On the parent page, I do this: $(document).observe(''image:uploaded'', parentPageCallback); The idea is for different parent pages to be able to include the same image upload module and do different things when an image is uploaded. It works great for FF (2) and IE (7), but in...