Andreas: Probleme mit Qickbar und Netzcape

Hallo ihr doch so lieben *grins*,

ich bin immer noch etwas verzweifelt.

Habe es auch schon mal gepostet unter HTML/ Netscape Probleme.
Doch so wie es aussieht ist es ein Problem mit dem Script und nicht die Stylesheet wie vermutet wurde und ich auch erst dachte.

Ich versuch nun erstmal zu schilder was mein Problem ist:

1.) Also das fängt schon mal damit an, das sobald ich das Qickbar Script auslager, sich Netzcape in diesem Frame aufhängt. Schreib ich das Script wieder in die HTML Datei ist alles ok. ( Bin eins zu eins wie in Selfhtml beschrieben ist vorgegangen mit dem Auslagern)

2.) Wenn ich es nun in der HTML Datein eingeschrieben habe lädt Netscape die Seite. Sobald ich nun etwas anklicke, ändert er mir  zwei Frames wie gewünscht, doch leider bleibt der Linke Frame Leer und der Rechte wird im Center richtig angezeigt.

Beim IE ist alles ok bei Opera auch nur Netscape macht Probleme.

Habe es auch schon ganz ohne Stylesheet getestet ( alles raus was damit zu tun hat). Ohne Erfolg.

Ich hoffe das mir jemand helfen kann.

Danke und Gruss
Andreas

Hier das Script:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>-Schwarz-Weiss-Top-</title>
<!-- Dieses Script ist das Problem -->
<script language="JavaScript">
<!--
function Go(x) {
if(x == "nothing") {
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
}
else if(x == "end")
top.location.href = parent.frames[1].location;
else {
var xarr=x.split("|");
ZweiFrames(xarr[0], "left", xarr[1], "center");
document.forms[0].reset();
document.forms[0].elements[0].blur();
}

}
function ZweiFrames(URI1,F1,URI2,F2)
{
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
-->
</script>

<link rel="stylesheet" type="text/css" href="../css/csstop.css">

</head>
  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div id="topleft"><img src="../image/topleft.gif" width="103" height="100" alt="TOPLEFT">
</div>
<div id="kopf"><img src="../image/kopf.gif" width="52" height="80" alt="TOPKOKF">
</div>
<div id="topright"><img src="../image/topright.gif" width="98" height="100" alt="TOPRIGHT">
</div>
<div id="tbl">
<table>
  <tbody>
    <tr>
      <td>
      <p style="text-align: justify; margin-left: 0.7cm; "><font size="1">
 Das Portal der: </font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p style="text-align: justify; margin-left: 0cm; margin-right: 0.5cm; "><b>
Schwarz-Weisse</b></p>
      </td>
    </tr>
    <tr>
      <td>
      <p style="text-align: justify; margin-left: 1cm; margin-right: 0.5cm; "><b>
Seele</b></p>
      </td>
    </tr>
  </tbody>
</table>
</div>
<div id="topleftright"><img src="../image/topleft.gif" width="103" height="100" alt="TOPLEFT">
</div>
<div id="ausgleich">
<table>
  <tbody>
    <tr>
      <td><img src="../image/topsmall2.gif" width="800" height="100" alt="TOPSMALL">
      </td>
    </tr>
  </tbody>
</table>
</div>
<div id="schriftquick">
<table width="200" border="0" cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td class="tbschriftq">
      <center><b>Quickbar/ Schnellmenue</b></center>
      </td>
    </tr>
    <tr>
      <td class="tbleer"><br>
      </td>
    </tr>
  </tbody>
</table>
</div>
<div id="quick">
<form action="">
  <select size="1" name="Auswahl" onchange="Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)" style="width: 196px; background-color: rgb(255,255,255); font-size: 8pt; font-family: tahoma,verdana,arial; " width="150">
  <option value="nothing">[ Hier Bitte Thema auswählen! ]</option>
  <option value="nothing">------------------------</option>
    <option value="../krank/border/navbor.htm|../krank/border/border.htm">Borderline</option>
    <option value="nothing">------------------------</option>
  </select>
</form>
</div>
</body>
</html>

  1. Könnte es sein, dass Du den Fehler mittlerweile gefunden hast?

    Bei mir (Mozilla 1.1) funzt es offensichtlich.

    1. Könnte es sein, dass Du den Fehler mittlerweile gefunden hast?

      Bei mir (Mozilla 1.1) funzt es offensichtlich.

      Leider habe ich den Fehler noch nicht gefunden. Ist der 6. Ich gebe bald auf. Ich hänge da jetzt schon Tage dran.

      Ein ganz schön gefrusteter
      Andreas

  2. Übrigens: Welcher Netscape? Auf Grund der  großen Unterschiede zwischen der durchaus immer noch verbreiteten Variante 4.x und 6/7 muss man das ja heutzutage fragen...

    fastix