I have a need to have three plus frames with concurrent connections to a web server, and all of them able to communicate with the parent page.
To overcome the 2 concurrent connections limit I used CNAMEs for each of the frames, but now parent.function () doesnt work because the browser considers the CNAMEs to be different sites and gives a permissions error.
Is this a Catch22? Is there a cross public browser way around it?
TIA
Zom.
To overcome the 2 concurrent connections limit I used CNAMEs for each of the frames, but now parent.function () doesnt work because the browser considers the CNAMEs to be different sites and gives a permissions error.
Is this a Catch22? Is there a cross public browser way around it?
TIA
Zom.
Comment