Jump to content

Frame-Breaker-Breaker


pbakos92

Recommended Posts

Hey. I desperately need a frame-breaker-breaker. The page I have in a frame uses:

 

if(self!=top) top.location=self.location

 

I tried:

 

function framebreakerbreaker(){
if(!document.all){window.stop();}else{window.document.execCommand('Stop');}
}

 

and added it to the onload parameter of the frame but it didn't work. Does anyone know a working way to break frame breakers?

 

Another key point: Before it loads the frame breaking code it checks the value of a form parameter on the page. Would it be possible to alter the value of a hidden input of an iframe from the parent window? I tried with no success, I'm assuming because of browser restrictions.

Link to comment
https://forums.phpfreaks.com/topic/142860-frame-breaker-breaker/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.