![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: detecting whether frame is top one and in case it isn't redrawing it as top
From: </dev/null@localhost.ld>
Date: Wed Nov 30 2005 - 00:13:31 CET
/dev/null@localhost.ld wrote:
> I tried soemthing like:
Ok, I've got this working:
if(window.top!=window.self) window.top.location=window.self.location;
|