README
Overview
pmcomm.js creates a proxy object to a javascript object in another frame. The proxied object can be used as it was an object in the local frame. pmcomm.js has the following characteristics:
- Cross domain iframe invocation of javascript objects
- Small, ~5k minified
- Does not depend on any libraries
- Works with all modern browsers