Zur Navigation

Bitte, wer kann mir bei einem bestehenden JavaScript beim Ändern helfen?

1 Silberperser

Hallo, zusammen!

ich bin neu hier und total hilflos....

Der ursprüngliche Programmierer meiner HP ist leider ein "Totalausfall". :-(
Ich bin nicht ganz "PC-blond", bearbeite meine und andere HP´s auch, aber bei den Java´s auf meiner HP komme ich einfach nicht klar! :-(

Hier der Link zur Seite, damit Ihr seht, um was es geht: http://www.silverbells.de

Die Unterseite Kastraten ist im Moment "betroffen". Dort müßte ich eine Katze aus dem Script entfernen.

Folgendes Problem: die Katzen "fliegen" ein. Bis dahin alles ok. Ich habe eine Zucht, wo sich aber ab und an mal was ändert. Und da ist mein Riesenproblem: ich schaffe es nicht, einzelne Tiere aus dem "Flugscript" zu nehmen oder neue einzufügen!

Es wäre super nett, wenn mir jemand von Euch eine "Regieanweisung" schicken könnte, was ich bei den Änderungen machen und vor allem beachten muß!
Nur Bild tauschen habe ich schon "unfallfrei" geschafft! ABER: ein Tier zu entfernen oder neu einzufügen, da reichen meine Kenntnisse einfach nicht aus!

Was mich -ganz nebensächlich- auch noch nervt ist (habe ich erst bemerkt, nachdem ich ein Netbook hatte und die Seite mal in einer anderen Auflösung sah, als 1024 x 768) das die Blasen immer Scrollbalken verursachen.
Die Blasen habe ich mittlerweile gegen ein 1 x 1 Pixel-gif getauscht.
Trotzdem springen die Scrollbalken immer noch ab und zu an und lassen somit die gesamte Seite "wackeln".
Die Anis kann man auf der Seite abschalten. Gibt es nicht eine Möglichkeit, dass die Seite ohne die Blasen (die jetzt unsichtbar sind) startet? Das Problem ist aber wohl, dass alle Anis auf der Seite verknüpft sind.....

Ich danke Euch von Herzen, wenn jemand für mich eine Idee hat, um meine Seite weiter aktuell zu halten!!!!!!

Ein schönes Wochenende und liebe Grüße

Simone


P.S. Ich füge sie hier mal die PHP und html mit ein:

PHP:

<?php
?>
<html>
<head>
<title>Silverbells</title>
<link rel="stylesheet" href="SB_Design.css" type="text/css">
</head>
<body>

<table style="width: 100%">
<tr>
<td style="width: 100%; height: 80px; border: 0px none; text-align: center">
<br>
<p style="text-align: center; margin: 3 12 3 12; font: bold 20px 'Book Antiqua', Verdana, sans serif">
<?php
if ($bild == "1") $string1 = "Ch. R.J. Ute von Todts";
if ($bild == "2") $string1 = "Int. Ch./CFA Ch./CFA GRP DW<br>Escorial Rinaldo Rinaldini";
if ($bild == "3") $string1 = "Gr. Int. Ch. Silverbells Aimeé";
print $string1;
?>
</p>
<p style="text-align: center; margin: 3 12 12 12; font: normal 16px 'Book Antiqua', Verdana, sans serif">
<?php
if ($bild == "1") $string1 = "geb. 28.08.2000";
if ($bild == "2") $string1 = "geb. 04.04.1995";
if ($bild == "3") $string1 = "geb. 11.10.2002";
print $string1;
?>
</p>
</td>
</tr>
<tr>
<td style="width: 100%; height: 400px; border: 2px none #FFFFCC; text-align: center">
<?php
if ($bild == "1") { $imgstring = "Queeny_1.jpg"; $stylestring = "width: 422px"; };
if ($bild == "2") { $imgstring = "Rinaldo_1.jpg"; $stylestring = "width: 518px"; };
if ($bild == "3") { $imgstring = "Aimee_1.jpg"; $stylestring = "width: 477px"; };
print "<img src='Kastraten/".$imgstring."' alt='Kastrat' style='".$stylestring."'><br>";
?>
</table>
</body>
</html>

HTML:

<html>
<head>
<meta http-equiv="expires" content="0">
<title>Silverbells</title>
<link rel="stylesheet" href="SB_Design.css" type="text/css">
<style type="text/css">
body
{
overflow-x:auto;
}
</style>
<script type="text/javascript">
var i = 0;
function moveString()
{
    i = i+1;
    document.bells.src="Images/Black_Spacer_01.gif";
    if (i < 33)
    {
    actualmargin = i * 5 +5;
    document.bells.src="Images/Silverbells_Schriftzug1.gif";
    document.bells.style.top = actualmargin+"px";

    setTimeout("moveString()", 200)
    }
    if (i == 33)
    {
    document.bells.src="Images/Silverbells_Schriftzug2.gif";
    document.bells.style.top = actualmargin+"px";
    setTimeout("moveString()", 400)
    }
    if (i > 33)
    {
    actualmargin = 160 + ((33-i) * 15);
    document.bells.src="Images/Silverbells_Schriftzug3.gif";
    if ((i % 2) == 1 )  { document.bells.src="Images/Silverbells_Schriftzug2.gif"; }
    document.bells.style.top = actualmargin+"px";
    setTimeout("moveString()", 900)
    if (i == 43) { i = 0; }
    }
}
j = 5;
function image_control ()
{
    if (j > 0)
    {
    top.tl_info.bubbles_stop(1,1,0);
    height1 = -1;
    width1 = -1;
    top1 = 0;
    j = j - 1;
    imagesize();
    } else {
    top.tl_info.bubbles_stop(1,0,1);
    }
}
function imagesize()
{
    if (j == 0) { factor = 0.8;}
    if (j == 1) { factor = 4.35;}
    if (j == 2) { factor = 1.814;}
    if (j == 3) { factor = 1.314;}
    if (j == 4) { factor = 1.471;}
    height1 += 1;
    if (j == 0) { height1 = 70; }
    width1 = height1 * factor;
    document.getElementsByName("Katze")[j].style.height = height1 + "px";
    document.getElementsByName("Katze")[j].style.width = width1 + "px";
    if (j == 0)
    {
        document.getElementsByName("Katze")[j].src="Images/SB_Trappel.gif";
        document.getElementsByName("Katze")[j].style.height = 1.78 * height1 + "px";
        document.getElementsByName("Katze")[j].style.width = 1.78 * width1 + "px";
    }
    if (j == 1 && height1 > 34) { height1 = 75;}
    if (height1 > 69) { setTimeout ("image_pos()", 50); }
    if (height1 < 70) { setTimeout ("imagesize()", 3); }
}
function image_pos()
{
    if (j == 0) { end_top = 0;}
    if (j == 1) { end_top = 170;}
    if (j == 2) { end_top = 220;}
    if (j == 3) { end_top = 296;}
    if (j == 4) { end_top = 372;}

    top1 += 2;
    document.getElementsByName("Katze")[j].style.top = top1+32+"px";
    if ((top1+32) >= end_top) { setTimeout ("image_control()", 50); }
    if ((top1+32) < end_top) { setTimeout ("image_pos()", 5); }
}
</script>
</head>
<body onload="image_control()">
<table style="width: 813px; height: 100%; border: 3px double #A39458;
background-image: url(Images/BG_01.jpg); text-align: center" cellspacing="8">
<tr>
<td style="width: 100%; height: 100%; border: 3px double #A39458">
<table style="width: 100%; height: 100%; border: 2px none white;
background-image: url(Images/BG_02.jpg); text-align: center" cellspacing="6">
<tr>
<td style="width: 100%; height: 100%; border: 3px double #A39458">
<table style="width: 100%; height: 100%; border: 2px none white;
background-image: url(Images/BG_01.jpg); text-align: center" cellspacing="4">
<tr>
<td style="width: 100%; height: 100%; border: 2px none red">
<table style="width: 100%; height: 100%; border: 2px none red;
background-image: url(Images/BG_00.jpg); text-align: center">
<tr>
<td style="width: 100%; height: 100%; border: 2px none yellow; background-image: url(Images/BG_00.jpg)">
<iframe src="kastraten_start.html" name="info2" id="info2"
style="border: 2px none blue; width: 100%; height: 100%" scrolling="auto">
</iframe>
</td>
<td style="width: 200px; height: 100%; border: 2px none red;
background-image: url(Images/BG_00.jpg); text-align: center; padding: 0px; margin: 0px" valign="top">
<img src="Images/SB_Trappel.gif" name="Katze"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 630px"><br>
<img src="Images/SB_Schriftzug_20.gif" name="Katze"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 610px"><br>
<a href="kastraten.php?bild=2" target="info2"><img src="Kastraten/T_Rinaldo_1.jpg" name="Katze" title="Rinaldo"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 620px"></a><br>
<a href="kastraten.php?bild=1" target="info2"><img src="Kastraten/T_Queeny_1.jpg" name="Katze" title="Queeny"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 638px"></a><br>
<a href="kastraten.php?bild=3" target="info2"><img src="Katzen/T_Aimee_1.jpg" name="Katze" title="Amy"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 632px" width="105" height="70"></a><br>
<img src="Images/Empty_Spacer_01.gif" style="height: 1px; width: 195px">
</td><!--
<td style="width: 100%; height: 100%; border: 2px none yellow; background-color: #000000">
<iframe src="kastraten_start.html" name="info2" id="info2"
style="border: 2px none blue; width: 100%; height: 100%" scrolling="auto">
</iframe> -->
</table></td></tr></table>
</td></tr></table>
</td></tr></table>

</body></html>

02.10.2009 12:31 | geändert von Jörg: 02.10.2009 14:35

2 Jörg Kruse

Hallo Simone,

ich habe die Codeabschnitte zur besseren Lesbarkeit mal in Codeblöcke eingefügt (zwischen [code] und [/code]) :)

Wegen der verschachtelten Frames / Iframes ist es etwas schwierig, die Funktionalität zu analysieren. Auf welche Seiten beziehen sich die beiden Codeabschnitte (d.h. welche Namen tragen die betreffenden Dateien)? Eine .php Datei konnte ich gar nicht entdecken?

02.10.2009 14:43

3 Silberperser

Hallo Jörg,

Danke!
Die beiden Codes sind auf dem Server unter:
http://www.silverbells.de/_sb_neu/kastraten.php
http://www.silverbells.de/_sb_neu/kastraten.html

Eventuell braucht Ihr die noch? http://www.silverbells.de/_sb_neu/SB_Design.css

Das gesamte Script ist hier im Quellcode sichtbar:
www.silverbells.de/_sb_neu/index.html

Ich freue mich, dass ich wenigstens einen Lichtblick habe, dass sich jemand gemeldet hat! :-)
Ich habe selber die letzten 8 Wochen versucht, was zu ändern, kille aber regelmäßig alles.... :-(

Allerdings muß ich jetzt bis Montag früh in den Wochenendddienst, so dass ich nichts probieren kann, wenn jemand eine Idee hat!

Allen ein schönes Wochenende und liebe Grüße

Simone

<html>
<head>
<meta http-equiv="expires" content="0">
<title>Silverbells</title>
<link rel="stylesheet" href="SB_Design.css" type="text/css">
<link rel="shortcut icon" href="Images/favicon.ico" type="image/x-icon">
<style type="text/css">
table,tr,td {background-image:none;}
</style>
<script type="text/javascript">
i = 0;
j = 0;
k = 0;
l = 0;
m = 0;
n = 0;
o = 0;
p = 0;
v = 1;
v_multiplier = 2;
jitter = 1;
offset_left_base = 75;
restart = 0;
stop_set = 0;
running_bubbles = 1;

function bubbles ()
{   
    if (bubbles_stop (0,0,0) != 1)
    {
    running_bubbles = 1;    
    if ( i < 800)
    {
        i = i+1;
        if (i == 799) { i = 1; }
        if (i == 1)
        {
            vorzeichen_i = 1;
            jitter_offset = Math.random() * 100;
            if (Math.random() > (1/2)) { vorzeichen_i = -1; }
            if (vorzeichen_i > 0)
            {
                document.bubble1.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble1.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left1 = 200 + offset_left_base + Math.random() * 125;
            offset_top1 =  Math.random() * 50;
            offset_top1 =  - offset_top1;
            v1 =  v + Math.random() * v_multiplier;
        }
        offset_top_i = offset_top1 + i * v1;
        offset_left_i = offset_left1 + vorzeichen_i * xOffset(i + jitter_offset) * jitter;
        document.bubble1.style.top  = offset_top_i + "px";
        document.bubble1.style.left = offset_left_i +"px";
        if (offset_top_i > 650) { i = 0; offset_top_i = 0; }
    }

    if ( j < 800)
    {
        j = j+1;
        if (j == 799) { j = 1; }
        if (j == 1)
        {
            vorzeichen_j = 1;
            if (Math.random() > (1/2)) { vorzeichen_j = -1; }
            if (vorzeichen_j > 0)
            {
                document.bubble2.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble2.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left2 = 300 + offset_left_base + Math.random() * 125;
            offset_top2 =  Math.random() * 50;
            offset_top2 =  - offset_top2;
            v2 =  v + Math.random() * v_multiplier;
        }
        offset_top_j = offset_top2 + j * v2;
        offset_left_j = offset_left2 + vorzeichen_j * xOffset(j+10) * jitter;
        document.bubble2.style.top  = offset_top_j + "px";
        document.bubble2.style.left = offset_left_j +"px";
        if (offset_top_j > 650) { j = 0; offset_top_j = 0; }
    }

    if ( k < 800)
    {
        k = k+1;
        if (k == 799) { k = 1; }
        if (k == 1)
        {
            vorzeichen_k = 1;
            if (Math.random() > (1/2)) { vorzeichen_k = -1; }
            if (vorzeichen_k > 0)
            {
                document.bubble3.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble3.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left3 = 400 + offset_left_base + Math.random() * 125;
            offset_top3 =  Math.random() * 50;
            offset_top3 =  - offset_top3;
            v3 =  v + Math.random() * v_multiplier;
        }
        offset_top_k = offset_top3 + k * v3;
        offset_left_k = offset_left3 + vorzeichen_k * xOffset(k+15) * jitter;
        document.bubble3.style.top  = offset_top_k + "px";
        document.bubble3.style.left = offset_left_k +"px";
        if (offset_top_k > 650) { k = 0; offset_top_k = 0; }
    }

    if ( l < 800)
    {
        l = l+1;
        if (l == 799) { l = 1; }
        if (l == 1)
        {
            vorzeichen_l = 1;
            if (Math.random() > (1/2)) { vorzeichen_l = -1; }
            if (vorzeichen_l > 0)
            {
                document.bubble4.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble4.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left4 = 500 + offset_left_base + Math.random() * 125;
            offset_top4 =  Math.random() * 50;
            offset_top4 =  - offset_top4;
            v4 =  v + Math.random() * v_multiplier;
        }
        offset_top_l = offset_top4 + l * v4;
        offset_left_l = offset_left4 + vorzeichen_l * xOffset(l+20) * jitter;
        document.bubble4.style.top  = offset_top_l + "px";
        document.bubble4.style.left = offset_left_l +"px";
        if (offset_top_l > 650) { l = 0; offset_top_l = 0; }
    }
    
    if ( m < 800)
    {
        m = m+1;
        if (m == 799) { m = 1; }
        if (m == 1)
        {
            vorzeichen_m = 1;
            if (Math.random() > (1/2)) { vorzeichen_m = -1; }
            if (vorzeichen_m > 0)
            {
                document.bubble5.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble5.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left5 = 600 + offset_left_base + Math.random() * 125;
            offset_top5 =  Math.random() * 50;
            offset_top5 =  - offset_top5;
            v5 =  v + Math.random() * v_multiplier;
        }
        offset_top_m = offset_top5 + m * v5;
        offset_left_m = offset_left5 + vorzeichen_m * xOffset(m+25) * jitter;
        document.bubble5.style.top  = offset_top_m + "px";
        document.bubble5.style.left = offset_left_m +"px";
        if (offset_top_m > 650) { m = 0; offset_top_m = 0; }
    }
    
    if ( n < 800)
    {
        n = n+1;
        if (n == 799) { n = 1; }
        if (n == 1)
        {
            vorzeichen_n = 1;
            if (Math.random() > (1/2)) { vorzeichen_n = -1; }
            if (vorzeichen_n > 0)
            {
                document.bubble6.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble6.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left6 = 675 + offset_left_base + Math.random() * 75;
            offset_top6 =  Math.random() * 50;
            offset_top6 =  - offset_top6;
            v6 =  v + Math.random() * v_multiplier;
        }
        offset_top_n = offset_top6 + n * v6;
        offset_left_n = offset_left6 + vorzeichen_n * xOffset(n+30) * jitter;
        document.bubble6.style.top  = offset_top_n + "px";
        document.bubble6.style.left = offset_left_n +"px";
        if (offset_top_n > 650) { n = 0; offset_top_n = 0; }
    }
/*
    if ( o < 800)
    {
        o = o+1;
        if (o == 799) { o = 1; }
        if (o == 1)
        {
            vorzeichen_o = 1;
            if (Math.random() > (1/2)) { vorzeichen_o = -1; }
            if (vorzeichen_o > 0)
            {
                document.bubble7.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble7.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left7 = 800 + offset_left_base + Math.random() * 125;
            offset_top7 =  Math.random() * 50;
            offset_top7 =  - offset_top7;
            v7 =  v + Math.random() * v_multiplier;
        }
        offset_top_o = offset_top7 + o * v7;
        offset_left_o = offset_left7 + vorzeichen_o * xOffset(o+35) * jitter;
        document.bubble7.style.top  = offset_top_o + "px";
        document.bubble7.style.left = offset_left_o +"px";
        if (offset_top_o > 650) { o = 0; offset_top_o = 0; }
    }

    if ( p < 800)
    {
        p = p+1;
        if (p == 799) { p = 1; }
        if (p == 1)
        {
            vorzeichen_p = 1;
            if (Math.random() > (1/2)) { vorzeichen_p = -1; }
            if (vorzeichen_p > 0)
            {
                document.bubble8.src = "Images/Blasen_Anim_01.gif";
            } else {
                document.bubble8.src = "Images/Blasen_Anim_02.gif";
            }
            offset_left8 = 940 + Math.random() * 50;
            offset_top8 =  Math.random() * 50;
            offset_top8 =  - offset_top7;
            v8 =  v + Math.random() * v_multiplier;
        }
        offset_top_p = offset_top8 + p * v8;
        offset_left_p = offset_left8 + vorzeichen_p * xOffset(p+40) * jitter;
        document.bubble8.style.top  = offset_top_p + "px";
        document.bubble8.style.left = offset_left_p +"px";
        if (offset_top_p > 650) { p = 0; offset_top_p = 0; }
    }
*/    
    setTimeout("bubbles()", 40);
    } else {
    running_bubbles = 0;
    }     
}
function xOffset (index)
{
    modulo = index % 121;
    if (modulo > 60) { modulo = modulo - ((modulo - 60) * 2); }
    return modulo;
}
function bubbles_stop (stop, new_value, restart)
{
    if (stop == 1) { stop_set = new_value; bubbles_park(); }
    if (stop == 0) { return stop_set;  }
    if (restart == 1 && running_bubbles == 0) { restart = 0; bubbles(); }
}
function bubbles_park ()
{
    document.bubble1.style.top  = "-50px";
    document.bubble2.style.top  = "-50px";
    document.bubble3.style.top  = "-50px";
    document.bubble4.style.top  = "-50px";
    document.bubble5.style.top  = "-50px";
    document.bubble6.style.top  = "-50px";
    document.bubble7.style.top  = "-50px";
    document.bubble8.style.top  = "-50px";
}
function logo_set(new_value, new_value1)
{
    logo_displayed = new_value;
    paws_displayed = new_value1;
}
function logo_reset()
{
    if (logo_displayed == 1) { top.info.logo.src="Images/SB_Logo_Schrift_Anim_01.gif"; }
    if (paws_displayed == 1) { top.info.logo.src="Images/SB_Trappel.gif"; }
}
</script>
</head>
<body onload="bubbles(); logo_set(1,0)" style="overflow-y: auto;">
<img name="bubble1" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 200px'> 
<img name="bubble2" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 300px'> 
<img name="bubble3" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 400px'> 
<img name="bubble4" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 500px'> 

<img name="bubble5" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 600px'>
<img name="bubble6" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 700px'> 
<img name="bubble7" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 800px'> 
<img name="bubble8" src='Images/Blasen_Anim_01.gif' style='position:absolute; top: -50px; left: 900px' id="bubble8"> 
<table style="width: 100%; height: 100%">
<tr>
<td style="width: 215px; height: 120px; border: 2px none magenta; padding: 0px">
<a href="mailto: silverbells@online.de">
<img src="Images/SB_Logo_02.gif" title="Mail an die Z&uuml;chterin"
onmouseover="this.src='Images/SB_Logo_04.gif'" onmouseout="this.src='Images/SB_Logo_02.gif'"
style="height: 120px; border: 0px none; margin: 10 10 0 40"></a>
</td>
<td style="width: 100%; height: 550px; border: 0px none magenta" rowspan=2>
<iframe src="right.html" name="info" id="info"
style="border: 0px none red; width: 100%; height: 100%" scrolling="auto">
</iframe>
</tr>
<tr>
<td style="width: 215px; height: 410px; border: 2px none #FFFFCC; background: url(Images/BG_00.jpg) no-repeat left" valign="top">
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 205px; height: 1px; border: 0px solid red">

        <table id="menu1" style="text-align: left; border: 0px solid magenta; margin-top: 10px; width: 100%; background-image: none">
        <tr>
        <td><img src="Images/Empty_Spacer_01.gif" alt="" style="width: 2px; height: 2px; border: 0px none"> 
        <a href="index.html" target="_self">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home</a></td>
        </tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 17px; height: 2px; border: 0px none">
        <a href="neues.html" target="info" onclick="logo_set(0,0)">

        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Neues</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 32px; height: 2px; border: 0px none">
        <a href="katzen.html" target="info" alt="Silverbells Katzen" onclick="logo_set(0,1)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Katzen</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 42px; height: 2px; border: 0px none">
        <a href="kater.html" target="info" onclick="logo_set(0,1)">

        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kater</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 47px; height: 2px; border: 0px none">
        <a href="kastraten.html" target="info" onclick="logo_set(0,1)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kastraten</a></td></tr>
        <tr>
        <td><img src="Images/Empty_Spacer_01.gif" alt="" style="width: 49px; height: 2px; border: 0px none"> 
        <a href="babys.html" target="info" onclick="logo_set(0,0)">

        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Babys</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 49px; height: 2px; border: 0px none">
        <a href="wuerfe.html" target="info" onclick="logo_set(0,0)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;W&uuml;rfe</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 47px; height: 2px; border: 0px none">

        <a href="galerie.html" target="info" onclick="logo_set(0,0)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Galerie</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 42px; height: 2px; border: 0px none">
        <a href="ueber_uns.html" target="info" onclick="logo_set(0); paws_set(0)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&Uuml;ber uns</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 32px; height: 2px; border: 0px none">

        <a href="impressum.html" target="info" onclick="logo_set(0,0)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kontakt</a></td></tr>
        <tr><td>
        <img src="Images/Empty_Spacer_01.gif" alt="" style="width: 17px; height: 2px; border: 0px none">
        <a href="gaesteuch.html" target="info" onclick="logo_set(0,0)">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;G&auml;stebuch</a></td></tr>
        <tr><td><img src="Images/Empty_Spacer_01.gif" alt="" style="width: 2px; height: 2px; border: 0px none"> 
        <a href="links.html" target="info" onclick="logo_set(0,0)"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links</a></td>

        </tr>
        </table>
        <table style="text-align: left; border: 0px none; margin-top:25px; margin-left: 40px" id="menu2" valign="top">
        <tr><td style="text-align: center; ">
        <!-- Counter by GOWEB -->
        <a href="http://www.webcounter.goweb.de/" target="_blank">
        <img src="http://webcounter.goweb.de/19676.GIF" border="0" alt="Web Counter by www.webcounter.goweb.de" width="78" height="18"></a>
        <!-- Counter Einbaucode Ende -->
        </td></tr>

        <tr>
        <td style="text-align: center; font-family: Book Antiqua, Verdana, sans-serif;
        font-size: 14px; font-weight: bold; color: #EFCF4A; padding-top: 10px">
        
        <a href="javascript:bubbles_stop(1,1,0); javascript: logo_reset()"
        style="text-decoration: none">
        Animation aus</a><br>

        <a href="javascript:bubbles_stop(1,0,1); javascript: logo_reset()"
        style="text-decoration: none">
        Animation ein</a><br>
        
        </td></tr>

        </table>
</td></tr>
<tr><td colspan="2" style="color: #000000; width: 100%; height: 100%; border: 2px none red; padding: 0px">
Silverbells
</td></tr>
</table><!--
<embed name="mucke" src=http://www.angeleyes2.com/platinum/music/dreams.mid
hidden=true autostart="true" loop="false">        
</embed>         -->
</body>
</html>

02.10.2009 15:19 | geändert: 02.10.2009 15:30

4 Jörg Kruse

OK, jetzt ist klar, die PHP-Datei erzeugt die Seite mit dem Einzelbild.

Wenn du eine weitere Katze hinzufügen möchtest, musst du dies an drei Stellen in /_sb_neu/kastraten.php. Im folgenden beschreibe ich das mal für die Katze Nummer 4 - die neu hinzukommenden Zeilen fangen jeweils mit einem 'if ($bild == "4")' an

Name der Katze:
<?php
if ($bild == "1") $string1 = "Ch. R.J. Ute von Todts";
if ($bild == "2") $string1 = "Int. Ch./CFA Ch./CFA GRP DW<br>Escorial Rinaldo Rinaldini";
if ($bild == "3") $string1 = "Gr. Int. Ch. Silverbells Aimeé";
if ($bild == "4") $string1 = "Tom";
print $string1;
?>

Geburtsdatum:
<?php
if ($bild == "1") $string1 = "geb. 28.08.2000";
if ($bild == "2") $string1 = "geb. 04.04.1995";
if ($bild == "3") $string1 = "geb. 11.10.2002";
if ($bild == "4") $string1 = "geb. 11.11.2011";
print $string1;
?>

Dateiname des Bildes und Breite des Bildes in Pixel:
<?php
if ($bild == "1") { $imgstring = "Queeny_1.jpg"; $stylestring = "width: 422px"; };
if ($bild == "2") { $imgstring = "Rinaldo_1.jpg"; $stylestring = "width: 518px"; };
if ($bild == "3") { $imgstring = "Aimee_1.jpg"; $stylestring = "width: 477px"; };
if ($bild == "4") { $imgstring = "Tom_1.jpg"; $stylestring = "width: 500px"; };
print "<img src='Kastraten/".$imgstring."' alt='Kastrat' style='".$stylestring."'><br>";
?>

Auch in /_sb_neu/kastraten.html musst du die Katze dann noch hinzufügen:

<a href="kastraten.php?bild=2" target="info2"><img src="Kastraten/T_Rinaldo_1.jpg" name="Katze" title="Rinaldo"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 620px"></a><br>
<a href="kastraten.php?bild=1" target="info2"><img src="Kastraten/T_Queeny_1.jpg" name="Katze" title="Queeny"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 638px"></a><br>
<a href="kastraten.php?bild=3" target="info2"><img src="Katzen/T_Aimee_1.jpg" name="Katze" title="Amy"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 632px" width="105" height="70"></a><br>
<a href="kastraten.php?bild=4" target="info2"><img src="Katzen/Tom_1.jpg" name="Katze" title="Tom"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 632px" width="105" height="70"></a><br>
<img src="Images/Empty_Spacer_01.gif" style="height: 1px; width: 195px">

Löschen geht eigentlich analog, indem du die betreffenden Einträge wieder entfernst.

02.10.2009 16:22 | geändert: 02.10.2009 16:23

5 Silberperser

Hallo Jörg,

einmal schnell aus dem Dienst. :-)
Das habe ich so schon versucht, weil es mir so "logisch" war (eventuell mit Fehler?), aber da lief dann das gesamte Script nicht mehr. ?????

Aktuell muß bei den Kastraten Aimeé raus. Mein Versuch ist gescheitert.


Hast Du auch noch eine Idee, wie ich die doofen Blasen (schon geändert auf unsichtbares gif) raus bekommen?
Ich finde es sehr störend, wenn die Scrollbalken immer wieder auslösen.....
Blasen fand ich vor 2 Jahren mal schön, aber der Geschmack ändert sich.... :-)

Ich bin ab Montag wieder Zuhause an meinem PC.
Vielleicht vereinfacht es es, wenn Du mal per TeamViewer "zu Besuch" kommst und dann live testest?

Ich probiere auf jeden Fall Montag früh noch mal, es zu löschen.

<a href="kastraten.php?bild=4" target="info2"><img src="Katzen/Tom_1.jpg" name="Katze" title="Tom"
style="height: 0px; border: 0px solid white; position:absolute; top: 32px; left: 632px" width="105" height="70"></a><br>

Das müßte raus, richtig? (inklusive der 3 IF)

Einen schönen Abend und ein Riesendanke für Deine Hilfsbereitschaft!

Simone

02.10.2009 17:00

6 S. Rauschenberg (Gast)

Hallo Simone,

Jörg hat das sehr gut beschrieben, habe Dir eine Mail geschrieben, auch wegen der Blasen.
Wichtig sind auch die Nummern in den strings und die Nummern im HTML zu den Bildern.

Gruß Seli

03.10.2009 10:48

7 Silberperser

Ich danke Euch ganz herzlich für die tolle Hilfe! Meine Seite läuft wieder einwandfrei!!!!

Liebe Grüße
Simone

06.10.2009 15:29

Beitrag schreiben (als Gast)

Die Antwort wird nach der Überprüfung durch einen Moderator freigeschaltet.





[BBCode-Hilfe]