One of the little known HTML5 APIs is the window.postMessage API. window.postMessage allows for sending data messages between two windows/frames across domains. Essentially window.postMessage acts as cross-domain AJAX without the server shims. Let’s take a look at how window.postMessage works and how you can use it today in Firefox, IE8+, Opera, Safari, and Chrome. View [...]
Follow Me! Twitter | Facebook | LinkedIn | MooTools Forge.
Full David Walsh Blog Post: HTML5′s window.postMessage API
Related posts:
- Logging Information to the Firebug JavaScript Console
- MooTools Window Object Dumping
- Using HTML5 Web Storage
- Use JavaScript to Change the Window Status Message
- How to Sniff & Disable Firebug