Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: JavaScript Frame Articles, January 06, 2000 at 18:17:08:

You are here: irt.org | About | Feedback | 702 [ previous next ]

Feedback on:
JavaScript Frame Articles

Sent by
zan on January 06, 2000 at 18:17:08:

Worth:
Very worth reading

Comments:
Aha! (I wrote a message about framesets loaded within framesets a few moments ago...)

Here's the solution I found for my "kill this frame" link:

function killFrame() {
top.main.location=self.parent.contentwindow.location;
}

The first part references the whole ball of wax and the second one works it's way up to the top level of the embedded frameset.

Whew!

Feel free to pass this along to readers who are wanting to do this. I searched for hours trying to find a canned solution to this with no luck.

zan


Other feedback on 'JavaScript Frame Articles' - show all

©2018 Martin Webb