
hallo,
Ich habe nach dem Einbau eines Counters Probleme mit meiner Startseite.
Im Internet
www.badehaus-schulze.de
sehe ich noch die alte seite mit den nicht funktionierenden Links.
nach einem Domainumzug habe ich noch einmal alles neu hochgeladen, den Zähler wieder entfernt und man sieht ihn immer noch auf dem Server.
Ws mache ich falsch?
<html>
<head>
<title>Linkleiste</title>
<meta name="author" content="MarianeS">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<script language="JavaScript">
<!--
Normal1 = new Image();
Normal1.src = "../buttons/leistungsangebot.jpg";
Highlight1 = new Image();
Highlight1.src = "../buttons/leistungsangebot_rollover.jpg";
Normal2 = new Image();
Normal2.src = "../buttons/unser_badehaus.jpg";
Highlight2 = new Image();
Highlight2.src = "../buttons/unser_badehaus_rollover.jpg";
Normal3 = new Image();
Normal3.src = "../buttons/medizinisches_glossar.jpg";
Highlight3 = new Image();
Highlight3.src = "../buttons/medizinisches_glossar_rollover.jpg";
Normal4 = new Image();
Normal4.src = "../buttons/fitnessstudio.jpg";
Highlight4 = new Image();
Highlight4.src = "../buttons/fitnessstudio_rollover.jpg";
Normal5 = new Image();
Normal5.src = "../buttons/stadtplan_kontakt.jpg";
Highlight5 = new Image();
Highlight5.src = "../buttons/stadtplan_kontakt_rollover.jpg";
Normal6 = new Image();
Normal6.src = "../buttons/links.jpg";
Highlight6 = new Image();
Highlight6.src = "../buttons/links_rollover.jpg";
Normal7 = new Image();
Normal7.src = "../buttons/tipps.jpg";
Highlight7 = new Image();
Highlight7.src = "../buttons/tipps_rollover.jpg";
function Bildwechsel(Bildname,Bildobjekt)
{
window.document.images[Bildname].src = Bildobjekt.src;
}
//-->
</script>
</head>
<body leftmargin="5" marginwidth="0" marginheight="0" topmargin="0" text="#000000" bgcolor="#CCFFFF">
<TABLE cellspacing="0" cellpadding="0" border="0" height="100%">
<TR>
<TD valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" height="100%"><a target="_parent" href="index.html"><img alt="zurück zur Startseite" border="0" vspace="0" hspace="15" align="left" valign="top" src="../grafiken/logo_fertig.gif" width="50" height="50"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="leistungsangebote.html" onMouseOver="Bildwechsel('button1',Highlight1)" onMouseOut="Bildwechsel('button1',Normal1)">
<img vspace="5" src="../buttons/leistungsangebot.jpg" width="104" height="40" border="0" alt="Leistungsangebot" name="button1"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="damals_heute.html" onMouseOver="Bildwechsel('button2',Highlight2)" onMouseOut="Bildwechsel('button2',Normal2)">
<img vspace="5" src="../buttons/unser_badehaus.jpg" width="104" height="40" border="0" alt="Unser Badehaus" name="button2"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="neuigkeiten.html" onMouseOver="Bildwechsel('button3',Highlight3)" onMouseOut="Bildwechsel('button3',Normal3)"><img src="../buttons/neuigkeiten copia.jpg" alt="neuigkeiten" width="95" height="40" border="0"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="fitnessstudio.html" onMouseOver="Bildwechsel('button4',Highlight4)" onMouseOut="Bildwechsel('button4',Normal4)">
<img vspace="5" src="../buttons/fitnessstudio.jpg" width="89" height="40" border="0" alt="Fitnessstudio" name="button4"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="stadtplan_kontakt.html" onMouseOver="Bildwechsel('button5',Highlight5)" onMouseOut="Bildwechsel('button5',Normal5)">
<img vspace="5" src="../buttons/stadtplan_kontakt.jpg" width="82" height="40" border="0" alt="Stadtplan Kontakt" name="button5"></a></td>
</tr>
<tr>
<td valign="middle" height="45">
<a target="rechts" href="links.html" onMouseOver="Bildwechsel('button6',Highlight6)" onMouseOut="Bildwechsel('button6',Normal6)">
<img vspace="5" src="../buttons/links.jpg" width="95" height="40" border="0" alt="" name="button6"></a></td>
</tr>
<tr>
<td valign="top" height="76">
<a target="rechts" href="medizinische_fachbegriffe.html" onMouseOver="Bildwechsel('button7',Highlight7)" onMouseOut="Bildwechsel('button7',Normal7)"><img src="../buttons/medizinisches_glossar.jpg" alt="med" width="100" height="40" border="0" longdesc="http://medizinisches glossar"></a></td>
</tr>
<tr><td><img src="/tinc?key=AI7dvjpl" width="106" height="25"></td></tr>
<tr><td><img src="../fotos/badehaus/sign6.gif" width="126" height="105" border="0" alt="Unterschrift"></td>
</tr>
</table>
</TD>
<TD height="100%" rowspan="8" valign="top"><img align="left" src="../grafiken/bogen.gif" width="125" height="500" border="0"></TD>
</TR>
</TABLE>
Vielen Dank für eure Hilfe.
Skadi