On 02.12.2010 00:20, Andreas Dick wrote:
(parent.rcmail ? parent.rcmail : this).env.frame_lock =
this.set_busy(true, 'loading');
this.env.frame_lock = this.set_busy(true, 'loading');
In this case you should have an error in error console. This happens when your main page and frame uses different protocols ie. http and https. For now, I don't know a workaround.