May
15th
Tue
15th
A clever method for cross-domain mashups
From Subspace: Secure Cross-Domain Communication
for Web Mashups (Jackson & Wang, 2007):
“To establish the channel, we pass JavaScript objects across the frames by manipulating the document domain property of the frames.”
To be more precise, you create a subdomain that will import third-party code using
No doubt this is patented by Microsoft already, so you may want to tweak your implementation if you are concerned about such things.