Forum Moderators: open
I have seen JS to force a web page to open in full page. So that if someone tries to open that page in a frame, it would break the frame and
open in full page.
Is it possible to disable this behavior when calling an external web page (ie. not belong to my web site) in a frame so that even though it had a frame breaker, it would open in a frame that I insist?
On your own local machine?
Yep... Turn Javascript off :) Doing so is easier on some browsers than others: see [google.com...]
Hi Staffa,
I just wanted to know whether it is possible. Sure, I should respect the
expected behavior of external sites when linking to them. Your reminder strengthened it. Thanks.