pipes
Browser pipes. How to make one browser window talk to another browser window.
intradomain
cross document
Example of a program sending a message to another document such as an iframe - which could be another window instead of an iframe.
interdomain
channel
Example of channel messaging, sending a message from one browser to another browser on another machine.
tv1