Forum Moderators: DixonJones
<script type="text/javascript">
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
</script>
Header append X-FRAME-OPTIONS "deny"This blocks browsers from displaying your iframe content. The remote site may still have the code in their mark-up, but visitors won’t see it.