Nessun risultato. Prova con un altro termine.
Guide
Notizie
Software
Tutorial

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?

C’è un sito che sta includendo le mie pagine nella sua struttura a frames. C’è un modo per evitarlo?

Link copiato negli appunti

Sì:

if (self != top) {
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}