Flo: Dynamische grafische Buttons

Beitrag lesen

Moin habe folgendes Problem!
Und zwar habe ich eine indexseite wo ich Dynamische grafische Buttons gemacht habe was auch soweit funzt. Und nun wollte ich noch auf den anderen Seiten die ich habe noch zurück Buttons machen aber dieses klappt nicht! Habe auch schon ausprobiert die Seite Index zu nennen aber die zweite Grafik wird trotzdem nicht angezeigt!

Der Quelltext lautet:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="generator" content="PSPad editor, www.pspad.com">
    <link rel="SHORTCUT ICON" href="http://www.flo91.de/images/flo.ico">
    <head>
      <title>
        Florians Homepage
      </title>
      <link rel="stylesheet" type="text/css" href="http://flo91.de/steckbrief.css">
      <style type="text/css">
        <!-- -->
      </style>
<script type="text/javascript">
Normal7 = new Image();
Normal7.src = "http://flo91.de/Button/button7.bmp";
Highlight7 = new Image();
Highlight7.src = "http://flo91.de/Button/button7h.bmp";
function Bildwechsel (Bildnr, Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
</script>
    </head>
    <body oncontextmenu="return false">
      <div id="bg">
        <div id="body">
          <table border="0" align="center">
            <tr>
              <td>
                <h1>Steckbrief</h1></td>
            </tr>
            <tr>
              <th align="left">
                Name:
                <br>
                <br>
              </th>
              <th align="left">
                Florian
                <br>
                <br>
              </th>
              <td align="left" rowspan="5000">
                <img src="http://flo91.de/images/Badmintonmanschaft.JPG" alt="Badmintonmanschaft.JPG, 9 kB" title="Meine Badminton Mannschaft" border="0" height="240" width="320">
                <br>
                <br>
                <img src="http://flo91.de/images/FlorianundEike.jpg" alt="FlorianundEike.jpg, 14 kB" title="Eike und ich auf Klassenfahrt in Prag" border="0" height="240" width="320"></td>
            </tr>
            <tr>
              <th align="left">
                Jahrgang:
                <br>
                <br>
              </th>
              <th align="left">
                1991
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Größe:
                <br>
                <br>
              </th>
              <th align="left">
                1,86 (ist tagesabhänig)
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Haarfarbe:
                <br>
                <br>
              </th>
              <th align="left">
                blond
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Augenfarbe:
                <br>
                <br>
              </th>
              <th align="left">
                blau
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Lieblingsfarbe:
                <br>
                <br>
              </th>
              <th align="left">
                blau
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Lieblingsmusik:
                <br>
                <br>
              </th>
              <th align="left">
                Hip Hop
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Badminton-Bespannung:
                <br>
                <br>
              </th>
              <th align="left">
                Ashaway Power Gut 65
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Lieblings Prozessor:
                <br>
                <br>
              </th>
              <th align="left">
                AMD Athlon(tm) 64 X2
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Was ich nicht ab kann ist:
                <br>
                <br>
              </th>
              <th align="left">
                wenn ich wieder Elendiger Zweiter geworden bin!
                <br>
                <br>
              </th>
            </tr>
            <tr>
              <th align="left">
                Was mich sonst noch nervt:
                <br>
              </th>
              <th align="left">
                das erzähle ich euch nicht :-)
                <br>
              </th>
            </tr>
          </table>
          <br>
          <p align="center">
            <a href="http://flo91.de/nc6/1152x864/index.html"    onmouseover="Bildwechsel(6, Highlight7)"    onmouseout="Bildwechsel(6, Normal7)">
              <img src="http://flo91.de/Button/button7.bmp"    width="143" height="38" border="0" alt=""></a>
          </p>
        </div>
      </div>
    </body>
</html>