instead of asking how to kill frame. i interested to know what technique can be used to prevent an iframe inside a page from been killed by "frame killer"
|
|
|
|
|
|
|
I don't get it. I tried to iframe a page with framekiller using the iframekiller killer as described (I put in in the head section of a blog, it just load up 'http://server-which-responds-with-204.com' all the time. I even tried to make an empty blog (nothing in head and body) using blogger.com and replace 'server-which-responds-with-204' with it, it just load the empty blog. Am I missing something here? What exactly am I suppose to do with http 204 thingy? |
||
|
|
|
|
There is always, unfortunately a way to get round frame killers, because of the way they work. (The site that is being framed can usually, however, display a warning). See Jeff Atwood's "disturbing revelation". A few choice excerpt:
Frame busting code (from the linked Stack Overflow challenge):
This code does the following:
|
|||
|
|
|
|
Happily, there is nothing that works outside of Internet Explorer (which lets JS be disabled in iframes as a security feature). If the author of a site doesn't want their pages framed, then that is their choice. |
||
|
|
