This page contains live versions of the code samples provided as part of my corresponding blog post. Try running these in multiple browsers and modifying the code to observe various results.
Tony Ross
Program Manager
IE9 Output: attachEvent was used
IE9 Output: addEventListener was used
IE9 Output: No workaround was used
IE7 Output: postMessage is not supported, using workaround
IE8 Output: Message listener registration FAILED
IE9 Output: Message listener registered successfully
IE7 Output: postMessage is not supported, using workaround
IE8 Output: Message listener registered successfully
IE9 Output: Message listener registered successfully