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)

    Every man is in a state of conflict, owing to his attempt to reconcile himself and his relationship with life to his conception of harmony. This conflict makes his soul a battlefield, where the forces that wish this reconciliation fight those that do not and reject the alternative solutions they offer. Works of art are attempts to fight out this conflict in the imaginative world.
    Rebecca West (1892–1983)