Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Control CSS to load only once for all iFrames Re: Control CSS to load only once for all iFrames

#101821
Senff
Participant

I’m not 100% sure, but I believe that every iFrame will always act individually, meaning it will not know, or care, what is going on in its parent or any other iFrame. So when it loads the CSS from the cache, it’s probably because that particular iFrame already has it in it’s own cache area so to speak.

Every page of every iFrame needs that CSS file, so every single one of them will retrieve it. You can’t pass data from one iFrame to another this way, so I think you’re stuck with this.