Detectar si una página se está cargando dentro de un iframe Ismael CruzDecember 4, 2014Leave a comment function inIframe () { try { return window.self !== window.top; } catch (e) { return true; } }