![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivepreventing frame breakout
From: Nathan White <changereality@gmail.com>
Date: Tue Jan 31 2006 - 16:55:56 CET
I am writing a Firefox plugin and want to be able to prevent frame
if (top.location != location) {
Does anyone know of any way to prevent this from taking over the
One thought I had is to attach a script to the frame that overloads the
Thanks
|