backwards compatable postMessage demo
This page is hosted on www.onlineaspect.com.
Send "hello world" message from parent to child
This script enables cross domain communication between frames on different frames. We use window.postMessage if possible, and fall back on a location.hash trick if that fails.