Frank: Probleme mit Javaskript und Links

Beitrag lesen

Hallo leute!
ich habe ein Problem. Ich möchte zwei frames gleichzeitig ändern und dann kommt es zu folgendem Problem:
Wenn ich die Haomepage offline teste läuft alles, nur dann online nicht mehr!
Könnt ihr mir weiterhelfen?
Ich danke euch.

Habe mal den Quelltext der Indexdatei mit gebracht.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MEYER-Veranstaltungstechnik</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="main.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
<!--
function ZweiFrames(URI1,F1,URI2,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
}

//-->
</script>

</head>

<body bgcolor="#CCCCCC" text="#FFFFFF" >

<table width="347" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="806" height="145"><img src="grafiken/top2.jpg" width="806" height="148" border="0" usemap="#Map"></td>
  </tr>
</table>
<table width="806" border="0" align="center" cellpadding="5" cellspacing="5" >

<tr>
    <td width="150" height="365" rowspan="3" align="left" bgcolor="#333333" ><iframe src="menu.htm" name="menu" width="100%" height="370"scrolling="auto" frameborder="0"  border="0"></iframe></td>
    <td width="400" align="left" valign="top" bgcolor="#333333" ><iframe src="fl.htm" name="flash" width="100%" height="100" scrolling="no" frameborder="0"></iframe> <iframe src="main.htm" name="main" width="100%" height="270"scrolling="auto" frameborder="0"  border="0"> </iframe></td>
    <td width="100" rowspan="3" align="right" bgcolor="#333333"><iframe src="show.htm" name="show" width="100%" height="100%"scrolling="auto" frameborder="0"  border="0"></iframe></td>
  </tr>

</table>

<table width="806" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="806" height="30"><img src="grafiken/bottom.jpg" width="806" height="30" border="0" usemap="#Map2"></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="2,114,119,149" href="javascript:ZweiFrames('m_firma.htm','menu','firma.htm','main')" alt="Firma">
  <area shape="rect" coords="123,114,226,146" href="javascript:ZweiFrames('m_leist.htm','menu','leist.htm','main')" alt="Leistungen">
  <area shape="rect" coords="232,116,304,146" href="javascript:ZweiFrames('m_tech.htm','menu','technik.htm','main')" alt="Technik">
  <area shape="rect" coords="716,121,796,149"  href="javascript:ZweiFrames('m_sup.htm','menu','sup.htm','main')"alt="Support">
  <area shape="rect" coords="308,115,430,145" href="javascript:ZweiFrames('m_imp.htm','menu','impresi.htm','main')" alt="Impressionen">
  <area shape="rect" coords="10,10,244,103" href="javascript:ZweiFrames('menu.htm','menu','main.htm','main')" alt="Home">
</map>
<map name="Map2">
  <area shape="rect" coords="322,5,452,25" href="haft.htm" target="main" alt="Haftungsausschlu&szlig;">
  <area shape="rect" coords="453,5,524,26" href="impress.htm" target="main">
</map>
</body>
</html>