There's a page that I frequently need to use, but I find that I
cannot bookmark it, because it starts with
if (parent.locatio n.href == self.location.h ref) {
// change the url below to the url of the
// frameset page...
window.location .href = 'index.html';
? The desired page can be reached from index.html, of course, but
one has to follow several links to get there. VERY annoying!
I've tried desperate nonsense such as
javascript:pare nt.location.hre f="foobar"; location="http://www.irritating. com/
deeply_hidden.h tml"
but no luck. Any ideas would be much appreciated!
Many thanks,
-bill
Comment