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

Feedback on: Re-directing access within Frames #2, November 05, 1998 at 09:12:55:

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

Feedback on:
Re-directing access within Frames #2

Sent by
Michel Plungjan on November 05, 1998 at 09:12:55:Arrgh! Forgot to remove the .href from top.location.href in my example:

h = location.href;
(p=h.lastIndexOf("/")) > 0 ? homedir=h.substring(0,p+1) : homedir = ""; // also usable with the opera replace

top.location = homedir + 'myframe.htm?' + self.location.href;

Michel

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

©2018 Martin Webb