Frank: Formulare!!!!

Bei folgendem Quelltext kommt immer die Fehlermeldung dass    document[...] kein Objekt ist. kann mir von euch einer sagen Warum???

<html>
<head>
<title>Verwiese</title>
<script language="JavaScript">

var inaktiv="hom";

function Wechsel(bildname,zustand)
{
if (inaktiv!=bildname)
  {
  if (zustand==1) document[bildname].src =bildname+"on.gif";
  if (zustand==2) document[bildname].src =bildname+"out.gif";
  if (zustand==3) {
     document[inaktiv].src =inaktiv+"out.gif";
     document[bildname].src = bildname+"click.gif";
     inaktiv=bildname; }
  }
 return true; }

</script>
</head>
<body>
<a href="home.htm" target="rechts" onMouseOver="Wechsel('bild1',1);" onMouseOut="Wechsel('bild1',2);" onClick="Wechsel('bild1',3)">
<img src="hom.gif" name="hom" border="0" alt="Home"></a>
</body>
</html>

Danke

Franklin

  1. Die Naricht oben ist falsch die hab ich schon Reingeschrieben mein Kumpell der neben mir sitzt war das also Sorry!!!!!!!!!!!