Forum Moderators: open
What I want to do is grab a url in my frame set, and if it tries to pop any kind of back button redirect (or console of any kind) I want it to kill the pop-up.
know of anything?
In the case of the frame buster, the framing actually is executed, but then it gets "busted" -- that is the window is then reloaded without the frame.
But if a JavaScript (called from a different server) executes a pop-up window, that window simply WILL be launched in the client. A script on a different server can't stop it, or close it either. Only the window which executed the pop-up can run a script to address that new pop-up window.
I've been chewing on this for a few hours, and I'm pretty sure you can't do it.