Anatol: umbruch bei resize

Beitrag lesen

Hallo Guido,

das Problem hatte ich auch schon. Bei mir hat das funktioniert:

<SCRIPT LANGUAGE="JavaScript1.2">

<!--
NS4 = document.layers;
if (NS4) {
origWidth = innerWidth;
origHeight = innerHeight;
}
function reDo() {
if (innerWidth != origWidth innerHeight != origHeight)
location.reload();
}
if (NS4) onresize = reDo;
//-->

</SCRIPT>

viele Grüße

Anatol