Das hat nur ein Problem....
wenn die Bilder voll da sind, leitet der Browser nicht sofort weiter auf die nächste Seite....
Genau, wenn ich voll bin, da leite ich auch nicht mehr irgendwohin
weiter.
<html>
<head>
<title>voll</title>
<script language="JavaScript">
function nachHause()
{
window.location.href = home.html;
}
</script>
</head>
<body onLoad="nachHause()">
<img src="bett.gif" height="4711" width="0815">
</body>
</html>