Jaro: Externe Links zu Frameseiten

Beitrag lesen

<script>
if (parent.location.href == self.location.href){
window.location.href = 'HIER DIE URL MIT DEM index.html'}
</script>

Bau das in jede Unterseite ein, die normalerweise im Frame geladen wird.

Jaro