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

Feedback on: Re-directing access within Frames, April 24, 2001 at 18:49:38:

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

Feedback on:
Re-directing access within Frames

Sent by
Brian Vozza on April 24, 2001 at 18:49:38:

Worth:
Worth reading

Comments:
Its a great article if you've got access to those pages to determine where to re-direct the page. But what if you dont? Suppose you're embedding a page into a frame or div that contains the following:

if (top.location != self.location) { top.location = self.location }

It will automatically blow out your frameset....everytime. If you attempt to re-direct the navigation...it seems like you'll fall into the never ending loop. Am I misunderstanding the concept of this page or is it just misleading?


Brian


Other feedback on 'Re-directing access within Frames' - show all

©2018 Martin Webb