<!--
function Fensterweite()
{
self.onerror = null;
if (window.innerWidth) return window.innerWidth;
else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
else return 0;
}
function Fensterhoehe()
{
self.onerror = null;
if (window.innerHeight) return window.innerHeight;
else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
else return 0;
}
function neuAufbau()
{
self.onerror = null;
if (Weite != Fensterweite() || Hoehe != Fensterhoehe())
parent.blank_right.window.history.go(0);
parent.footer.window.history.go(0);
}
//-->»»
********************************************************************
Das ist der CODE im JS
Gruss Peter