Hi,
I am thinking about options how to detect if a link, whenever ex- or internal, is opened in an iframe. Even if the target attribute is set to “_blank”, JavaScript could intercept the default behavior and still open it in an iframe.
I wonder, though, if detecting the inverse, checking if a new tab was opened through whichever method (i.e. length of history), is more feasible. However, the browser history can be altered making it prone to failure.
Anyone got an idea?
Thanks
Mike