Link copiato negli appunti
Sì:
if (self != top) {
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}
C’è un sito che sta includendo le mie pagine nella sua struttura a frames. C’è un modo per evitarlo?
C’è un sito che sta includendo le mie pagine nella sua struttura a frames. C’è un modo per evitarlo?
Sì:
if (self != top) {
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}