Maulwurf: onresize unter firefox

Beitrag lesen

Hi,

folgende code funzt wie eine eins

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD>
<Title>Title</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<script type="text/javascript">
function neuAufbau()
{
alert ("reload");
    window.location.reload();
}
</script>
</HEAD>
<body>
<script type="text/javascript">
<!--
   window.onresize = neuAufbau;
//-->
</script>
<div style="text-align:center;">
<IMG height=93 src="Jazz.JPG" width=85 alt="Zubzou Logo" style="margin-top:20px;">
</div>
</BODY>
</HTML>

Viel Glück

Maulwurf