I\'m working on a website with cross-domain iframes that are resized to the correct height using postMessage. The only problem I\'m having is identifying which iframe has wh
The event should also have a property "source" that can be compared to the iframes "contentWindow" property.