![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivedetecting whether frame is top one and in case it isn't redrawing it as top
From: </dev/null@localhost.ld>
Date: Tue Nov 29 2005 - 22:21:42 CET
I tried soemthing like:
if (top != self) top.location.href = self;
or
if (window == top) top.location.replace("index.html");
doesn't work.
tia.
|