I’ve made some experiments in Chrome but I’m not sure so I need a confirmation :
Am I correct in thinking that iframes and frames have a separate JavaScript context, making them impossible to share variables between those frames/iframes?
To simplify, let’s assume that the client will always be the same version of Chrome (it’s my case)
Yes.
However, you can use the
framescollection or theparentto access other frames (assuming they’re from the same domain).