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 contex
It's not "impossible" to share values between frames, but you have to be careful. In Internet Explorer, the following scenario will result in an error:
Internet Explorer does not like it when an object from a defunct page is referenced.