Laut Beschreibung gemacht.OK Fenster öffnen sich.onMouseOut funktioniert aber nicht.
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
function fenster()
{
fenster1=open("Rohrbach.htm","Rohrbach","toolbar=no,scrollbars=no,width=450,height=200");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</SCRIPT>
</head>
<body>
<table class="Hintergrund" width="98%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="textheadlines" background="img/headline_bg.gif" >
<div align="left"> Zellgruppen</div>
</td>
</tr>
</table>
<table class="Hintergrund" width="98%" height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr align="center">
<td><img src="img_zell/oberoesterr_animiert.gif" border="0" usemap="#Zellgruppen"></td>
</tr>
</table>
<map name="Zellgruppen">
<area shape="circle" coords="246,52,8" href="#" onMouseOver="MM_openBrWindow('Rohrbach.htm','Rohrbach','width=450,height=200')" onMouseOut="MM_BrWindow('Rohrbach.htm','Rohrbach','width=450,height=200')">
<area shape="circle" coords="231,59,8" href="#" onMouseOver="MM_openBrWindow('Sarleinsbach.htm','Sarleinsbach','width=450,height=200')">
</map>
</body>
</html>