Hallo
ich habe eine Seite, bei der der NS4 grad abstürtz. der dreier sagt:imagearray.show hat keine src.Im IE geht es.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<link rel=stylesheet type="text/css" href="laysim.css">
<script language="JavaScript" type="text/javascript">
Normal1 = new Image();
Normal1.src = "images/hilfe.gif";
Highlight1 = new Image();
Highlight1.src = "images/mitglied.gif";
Highlight2 = new Image();
Highlight2.src = "images/unesco.gif";
Highlight4 = new Image();
Highlight4.src = "images/aethpeopl.jpg";
Highlight5 = new Image();
Highlight5.src = "images/greenpeace.gif";
Highlight6 = new Image();
Highlight6.src = "images/wcmclogo1.gif";
function Bildwechsel(Bildobjekt)
{
window.document.images.show.src = Bildobjekt.src;
}
</script>
</head>
<body bgcolor="#CEFFCE">
<table bgcolor="#CEFFCE" align="center" width="100%" cellspacing="2" cellpadding="2" border="0" height="70">
<tr>
<td width="33%" align="center" class="same" > </td>
<td width="34%" align="center"><div id="logos" align="center" style="position:relative;top:5px;visibility:visible"><a href="Natural World Heritage Property.htm" onMouseover="Bildwechsel(Highlight1)" onMouseout="Bildwechsel(Normal1)"><img id="show" src="images/hilfe.gif" width=80 height=51 border=0 alt="HELP"></a></div></td>
<td width="33%" align="center" class="same" > </td>
</tr>
</table>
<table bgcolor="#CEFFCE" width="100%" cellspacing="3" cellpadding="2" border="0" height="70">
<tr>
<td align="center"><a href="Archiv/EUE_MNU.HTM" class="inmain" onMouseover="Bildwechsel(Highlight2)" onMouseout="Bildwechsel(Normal1)"> UNESCO </a></td>
<td align="center"><a href="Archiv/Ethiopia - Home.htm" class="inmain">PRO NATURA</a></td>
<td align="center"><a href="Archiv/Ethiopia - Home.htm" class="inmain" onMouseover="Bildwechsel(Highlight4)" onMouseout="Bildwechsel(Normal1)">AETHIOPIEN</a></td>
<td align="center"><a href="Archiv/Ethiopia - Home.htm" class="inmain" onMouseover="Bildwechsel(Highlight5)" onMouseout="Bildwechsel(Normal1)">GREENPEACE</a></td>
<td align="center"><a href="Archiv/Ethiopia - Home.htm" class="inmain" onMouseover="Bildwechsel(Highlight6)" onMouseout="Bildwechsel(Normal1)"> UNI ZÜRICH </a></td>
</tr>
</table>
</body>
</html>
ist es die eingebundene cssdatei oder das javascript.Muss ich die Bilder in ein array einlesen, damit es klappt?
Merci.Grüsse von Judith