Wieso funktioniert folgendes Script nicht?
Code:
function checkNavigation() { if(!parent.navigation) location.href="http://www.drk-hol-ferienpass.de/index.php?" + location.pathname; } function checkStartseite() { if(!parent.startseite) location.href="http://www.drk-hol-ferienpass.de/index.php?" + location.pathname; }
Kommentar