Hi,
I have a cross domain scripting problem that I need help with.
We have an intranet that we access using a DNS alias - let’s call it http://intranet.
Inside the intranet site we have an iframe that we use to display the content whilst leaving the navigation static around it.
Most of the content is Lotus Notes but we do have a couple of other things like search and calendars (http://search and http://calendars) that we occassionally call into that frame.
I would like to be able to swap information between the intranet and the search/calendar documents in the iframe using JavaScript but I keep coming up against cross domain scripting security issues.
Can someone help me overcome these issues. I have tried using document.domain but to no avail because we use DNS aliases to access our content.
I think that CORS - Cross-Origin Resource Sharing Fetch Standard might be the way to go but I have no idea how to implement it.
So to summarise what can I do to allow the iframe http://calendars to talk to outer window http://intranet?
Thanks
Paul