[thelist] Avoiding "Orphan" Frames

Seth Bienek seth at sethbienek.com
Wed Feb 28 13:23:54 CST 2001


Oops.  I just noticed I sent the wrong script.  Sorry. :)

> <body onLoad="if(parent.frames.length!=0)
> top.location='MyFramesPage.html';">

This should work though:

<body onLoad="if(top.location==self.location) {top.location =
'framespage.htm'};">

Seth

------------------------------
Seth Bienek
Solutions Development Manager
Stonebridge Technologies, Inc.
972.455.7294 tel
972.404.9754 fax
ICQ #7673959
------------------------------






More information about the thelist mailing list