Framekiller - Framekiller Killers - Alternative Solutions

Alternative Solutions

An alternative choice is to allow the user to determine whether to let the framekiller work, as discovered by the Framekiller Killer.

var framekiller = true; window.onbeforeunload = function { if(framekiller) { return "..."; // any message that helps user to make decision } };

and the code below should be added after the frame tag:

//"my_frame" should be changed according to the real id of the frame in your page document.getElementById("my_frame").onload = function { framekiller = false; };

Read more about this topic:  Framekiller, Framekiller Killers

Famous quotes containing the words alternative and/or solutions:

    If you have abandoned one faith, do not abandon all faith. There is always an alternative to the faith we lose. Or is it the same faith under another mask?
    Graham Greene (1904–1991)

    Science fiction writers foresee the inevitable, and although problems and catastrophes may be inevitable, solutions are not.
    Isaac Asimov (1920–1992)