You can make sure that its in a frame, if thats any use to you
code:--------------------------------------------------------------------------------
if (self.location == top.location) {
document.location = frameset.html
}
Hm... that means, hharchester, that I can detect, after all, either a page is loaded together with its parent frame or alone?... I'll test that. It is a major problem to me, as I work mainly with iframes, and I have serious problems when a serach engine founds the iframed page and displays it alone, without its parent (which had, obviously ... teh menu )
|