Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
I believe you can accomplish this with script and an <iframe> by setting
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Changing_origin
I haven't tried it in years but I am pretty sure it will still work (although there might be some differences between browsers).
document.domain = "quickbase.com";in both the first quickbase domain and the second quickbase domain referenced in the <iframe>.
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Changing_origin
I haven't tried it in years but I am pretty sure it will still work (although there might be some differences between browsers).