Forum Moderators: open

Message Too Old, No Replies

bypassing a frame check

         

th1chsn

5:30 am on Oct 7, 2007 (gmt 0)

10+ Year Member



Does anyone know of a way to load a page in a frame even if the target page has code that prevents it from loading in a frame? Is that even possible?

function breakOut(){
if (top!=self)
top.location=self.location;
}

penders

10:34 am on Oct 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Disable JavaScript. (?)