Jörg: Korrektur

Beitrag lesen

Ich nochmal,

if (top.location.href != location.href) {
   location.href = "about_me.php";
}

unfug, ich meinte was anderes:

if (top.locaction.href == location.href) {
   location.href = "about_me.php";
}

(wenn die Seite ohne Navigation drumherum geladen wird, springe auf die Seite, die den Iframe enthält)

Jörg