Hi
als erstes mal vielen dank für eure antworten
aber leider funzt das ganze immer noch nicht es ist zum verrückt werden.
darum dacht ich mir geb ich schnell den ganzen quelltext an den es liegt bestimmt nur an einer kleinichkeit die ich nicht finde (der netscape sagt immer javascript error):
<html>
<head>
<title></title>
<script language="JavaScript">
<!--
function szeile(nummer)
{
document["back"].src="image/o"+nummer+".jpg";
}
//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" background="image/back.jpg" >
<img USEMAP="#bb1" src="image/b1.jpg" width="170" height="40" border="0" name="Image1">
<img USEMAP="#bb2" src="image/b2.jpg" width="170" height="40" border="0" name="Image2">
<img USEMAP="#bb3" src="image/b3.jpg" width="170" height="40" border="0" name="Image3">
<img USEMAP="#bb4" src="image/b4.jpg" width="170" height="40" border="0" name="Image4">
<img USEMAP="#bb5" src="image/b5.jpg" width="170" height="40" border="0" name="Image5">
<img USEMAP="#bb6" src="image/b6.jpg" width="170" height="40" border="0" name="Image6">
<img USEMAP="#bb7" src="image/button.jpg" width="45" height="45" border="0" name="Image7">
<img src="image/o0.jpg" NAME="back" width="160" height="30">
<MAP NAME="bb1"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('1')" onMouseOut="szeile('0')" href="right.htm" ></map>
<MAP NAME="bb2"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('2')" onMouseOut="szeile('0')" href="right.htm" > </map>
<MAP NAME="bb3"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('3')" onMouseOut="szeile('0')" href="right.htm" > </map>
<MAP NAME="bb4"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('4')" onMouseOut="szeile('0')" href="right.htm" > </map>
<MAP NAME="bb5"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('5')" onMouseOut="szeile('0')" href="right.htm" > </map>
<MAP NAME="bb6"><area shape="rect" coords="0,0,170,40" onMouseOver="szeile('6')" onMouseOut="szeile('0')" href="right.htm" > </map>
<MAP NAME="bb7"><area shape="rect" coords="0,0,45,45" onMouseOver="szeile('7')" onMouseOut="szeile('0')" href="right.htm" target="obenFrame" ></map>
</div>
</body>
</html>