Tach,
Habe diesen Script geschrieben:
<html>
<!-- Copyrights by Thomas Häber webmaster@haeber.de //-->
<head>
<title>Startseite mit dynamischen Inhalt</title>
<style type="text/css">
<!--
a:hover {color:"#FFFFFF";}
a {text-decoration:"none";}
all.Zeugs { font-family:"Century Gothic,Arial"; font-size:"36pt"; color:"#000000"; }
-->
</style>
<script language="JavaScript" type="text/javascript">
<!--
function Nothing()
{
if(document.all)
document.all.Microsoft.innerHTML = "<--<br>Klicken Sie auf der linken Seite den gewünschten Verweis an.";
else if(document.layers)
{
document.Netscape.document.open();
Gesamt = '<span class="Zeugs")><--<br>Klicken Sie auf der linken Seite den gewünschten Verweis an.</span>';
document.Netscape.document.write(Gesamt);
document.Netscape.document.close();
}
}
function Touristik()
{
if(document.all)
document.all.Microsoft.innerHTML = "Hier informieren Sie sich über die Touristikangebote der UZE GmbH.";
else if(document.layers)
{
document.Netscape.document.open();
Gesamt = '<span class="Zeugs")>Hier informieren Sie sich über die Touristikangebote der UZE GmbH.</span>';
document.Netscape.document.write(Gesamt);
document.Netscape.document.close();
}
}
function Export()
{
if(document.all)
document.all.Microsoft.innerHTML = "Hier informieren Sie sich über die Import- und Exportgeschäfte sowie die Luftfracht der UZE GmbH.";
else if(document.layers)
{
document.Netscape.document.open();
Gesamt = '<span class="Zeugs")>Hier informieren Sie sich über die Import- und Exportgeschäfte sowie die Luftfracht der UZE GmbH.</span>';
document.Netscape.document.write(Gesamt);
document.Netscape.document.close();
}
}
function Diverses()
{
if(document.all)
document.all.Microsoft.innerHTML = "Hier informieren Sie sich über Diverses.";
else if(document.layers)
{
document.Netscape.document.open();
Gesamt = '<span class="Zeugs")>Hier informieren Sie sich über Diverses.</span>';
document.Netscape.document.write(Gesamt);
document.Netscape.document.close();
}
}
// -->
</script>
</head>
<body onload="Nothing();" bgcolor="#6666FF" text="#000000" link="#000000" alink="#000000" vlink="#000000">
<table style="font-family:Arial,Lucida Sans;font-size:13px;font-color:#000000;" bordercolor="#FFFF00" align="center" width="550" height="360" cellspacing="0" cellpadding="0" border="1">
<tr height="120">
<td align="center" width="250"><a href="index2.html" onMouseOver="Touristik();" onMouseOut="Nothing();">• Touristik</a></td>
<td align="center" width="300" rowspan="3">
<div id="Microsoft" class="Zeugs">
</div>
<layer id="Netscape">
</layer>
<br>
</td>
</tr>
<tr height="120">
<td align="center" width="250"><a href="index3.html" onMouseOver="Export();" onMouseOut="Nothing();">• Import, Export und Luftfracht</a></td>
</tr>
<tr height="120">
<td align="center" width="250"><a href="index4.html" onMouseOver="Diverses();" onMouseOut="Nothing();">• Diverses</a></td>
</tr>
</table>
</body>
</html>
So, nun funktioniert das aber nicht unter Netscape, liegt es am Netscape Preview Release 2 oder generell an Netscape - MS Internet Explorer macht hier keine Probleme.
Wo liegt also der Fehler.
Achso bitte probiert es aus, sonst checkt man nämlich gar nicht worum es geht.
MfG
Thomas