bettina: java script, laeuft nicht im netscape

Beitrag lesen

hallo,

ich bin neu hier, aber ich hoffe, dass mir jemand weiterhelfen kann. ich habe meine homepage mit dem dreamweaver erstellt und rollover-effekte bei buttons erzeugt. leider laeuft die homepage jetzt nur im explorer, netscape erkennt das java script nicht.

der code sieht so aus:
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicaction" src="animate.js">
</script>
</head>

<body bgcolor="#CCCCCC" link="#800080" vlink="#990033" alink="#CC0099" onload="dynAnimation()">
<table width="161" height="161">
    <td>
      <p style="margin-top: 0">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width="161" height="161">
          <param name=movie value="Film01_kl.swf">
          <param name=quality value=high>
        <param name=bgcolor value=#CCCCCC>
          <embed src="Film01_kl.swf" quality=high bgcolor=#CCCCCC width=161 height=161
    type="application/x-shockwave-flash"
  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
          </embed>
        </object>

</table>
<table width="150" border="0" bgcolor="#CCCCCC">
  <tr>
    <td height="35">
      <div align="center"><a onMouseOver="document['fpAnimswapImgFP2'].imgRolln=document['fpAnimswapImgFP2'].src;document['fpAnimswapImgFP2'].src=document['fpAnimswapImgFP2'].lowsrc;" onMouseOut="document['fpAnimswapImgFP2'].src=document['fpAnimswapImgFP2'].imgRolln" href="../../index.htm" target="_top"><img border="0" src="../IMAGES/button01_home.gif" id="fpAnimswapImgFP2" name="fpAnimswapImgFP2" dynamicanimation="fpAnimswapImgFP2" lowsrc="../IMAGES/button01_home_li.gif" width="132" height="32" alt="Home" align="bottom"></a></div>
    </td>
  </tr>
  <tr>
  </tr>... und weiter roll-over buttons.

kann mir jemand weiter helfen? ich wuerde mich sehr freuen.

viele gruesse!
bettina