I am working on a CMS site whose domain is:
http://www.acmssite.com
They have a sub-domain where they store a form system:
In order for this to not be restricted by the same origin policy, you will probably need to do this in both the pages:
document.domain = "acmssite.com";