kostenloser Webspace werbefrei: lima-city


fehler inner galerie

lima-cityForumDie eigene HomepageHTML, CSS & Javascript

  1. Autor dieses Themas

    the-eden-projekt

    the-eden-projekt hat kostenlosen Webspace.

    wennn ich die diashow starten will oder weiter gucken m?chte steht immer in meiner unteren browserleiste : "Fehler auf der Seite"

    aber ich finde hier keinen

    das erste Bild zeigt er an aber die weiteren nicht mehr
    <html>
    <head>
    <title>gc</title>
    <script type="text/javascript">

    //nach links
    links_normal=new Image();
    links_normal.src='pic/interface/links_normal.jpg';
    links_hover=new Image();
    links_hover.src='pic/interface/links_hover.jpg';
    links_click=new Image();
    links_click.src='pic/interface/links_click.jpg';

    //nach rechts
    rechts_normal=new Image();
    rechts_normal.src='pic/interface/rechts_normal.jpg';
    rechts_hover=new Image();
    rechts_hover.src='pic/interface/rechts_hover.jpg';
    rechts_click=new Image();
    rechts_click.src='pic/interface/rechts_click.jpg';

    //stopen
    stop_normal=new Image();
    stop_normal.src='pic/interface/stop_normal.jpg';
    stop_hover=new Image();
    stop_hover.src='pic/interface/stop_hover.jpg';
    stop_click=new Image();
    stop_click.src='pic/interface/stop_click.jpg';

    //starten
    play_normal=new Image();
    play_normal.src='pic/interface/play_normal.jpg';
    play_hover=new Image();
    play_hover.src='pic/interface/play_hover.jpg';
    play_click=new Image();
    play_click.src='pic/interface/play_click.jpg';

    function hover(id,mod){
    document.getElementById(id).src=mod.src;

    }

    var aktuelles_bild=1;
    var bilder=39;

    bild1=new Image();
    bild1.src='pic/micha/1.jpg';

    bild2=new Image();
    bild2.src='pic/micha/2.jpg';

    bild3=new Image();
    bild3.src='pic/micha/3.jpg';

    bild4=new Image();
    bild4.src='pic/micha/4.jpg';

    bild5=new Image();
    bild5.src='pic/micha/5.jpg';

    bild6=new Image();
    bild6.src='pic/micha/6.jpg';

    bild7=new Image();
    bild7.src='pic/micha/7.jpg';

    bild8=new Image();
    bild8.src='pic/micha/8.jpg';

    bild9=new Image();
    bild9.src='pic/micha/9.jpg';

    bild10=new Image();
    bild10.src='pic/micha/10.jpg';

    bild11=new Image();
    bild11.src='pic/micha/11.jpg';

    bild12=new Image();
    bild12.src='pic/micha/12.jpg';

    bild13=new Image();
    bild13.src='pic/micha/13.jpg';

    bild14=new Image();
    bild14.src='pic/micha/14.jpg';

    bild15=new Image();
    bild15.src='pic/micha/15.jpg';

    bild16=new Image();
    bild16.src='pic/micha/16.jpg';

    bild17=new Image();
    bild17.src='pic/micha/17.jpg';

    bild18=new Image();
    bild18.src='pic/micha/18.jpg';

    bild19=new Image();
    bild19.src='pic/micha/19.jpg';

    bild20=new Image();
    bild20.src='pic/micha/20.jpg';

    bild21=new Image();
    bild21.src='pic/micha/21.jpg';

    bild21=new Image();
    bild21.src='pic/micha/22.jpg';

    bild21=new Image();
    bild21.src='pic/micha/23.jpg';

    bild21=new Image();
    bild21.src='pic/micha/24.jpg';

    bild21=new Image();
    bild21.src='pic/micha/25.jpg';

    bild21=new Image();
    bild21.src='pic/micha/26.jpg';

    bild21=new Image();
    bild21.src='pic/micha/27.jpg';

    bild21=new Image();
    bild21.src='pic/micha/28.jpg';

    bild21=new Image();
    bild21.src='pic/micha/29.jpg';

    bild21=new Image();
    bild21.src='pic/micha/30.jpg';

    bild21=new Image();
    bild21.src='pic/micha/31.jpg';

    bild21=new Image();
    bild21.src='pic/micha/32.jpg';

    bild21=new Image();
    bild21.src='pic/micha/33.jpg';

    bild21=new Image();
    bild21.src='pic/micha/34.jpg';

    bild21=new Image();
    bild21.src='pic/micha/35.jpg';

    bild21=new Image();
    bild21.src='pic/micha/36.jpg';

    bild21=new Image();
    bild21.src='pic/micha/37.jpg';

    bild21=new Image();
    bild21.src='pic/micha/38.jpg';

    bild21=new Image();
    bild21.src='pic/micha/39.jpg';

    bild=new Array(bild1,bild2,bild3,bild4,bild5,bild6,bild7,bild8,bild9,bild10,bild11,bild12,bild13,bild14,bild15,bild16,bild17,bild18,bild19,bild20,bild21,bild22,bild23,bild24,bild25,bild26,bild27,bild28,bild29,bild30,bild31,bild32,bild33,bild34,bild35,bild36,bild37,bild38,bild39);

    function change(richtung){
    if (richtung=='links'){
    if (aktuelles_bild==1) {
    aktuelles_bild=bilder;
    } else {
    aktuelles_bild--;
    }
    } else {
    if (aktuelles_bild==bilder) {
    aktuelles_bild=1;
    } else {
    aktuelles_bild++;
    }
    }
    document.getElementById('galerie').src=bild[aktuelles_bild-1].src;
    }

    var dia;

    function play(){
    window.clearInterval(dia);
    dia=window.setInterval("change('rechts')",3000);
    }

    function stop(){
    window.clearInterval(dia);
    }
    </script>
    </head>
    <body>
    <div style="text-align:center;">
    <table style="border-width:0px;">
    <tr>
    <td><a href="javascript:change('links')"><img id="links" src="pic/interface/links_normal.jpg" border="0" alt="Nach links bl&auml;ttern" onMouseOver="hover('links',links_hover)" onMouseOut="hover('links',links_normal)" onMouseDown="hover('links',links_click)" onMouseUp="hover('links',links_hover)" /></a></td>
    <td><img width="500"id="galerie" src="pic/micha/1.jpg" alt="" /></td>
    <td><a href="javascript:change('rechts')"><img id="rechts" src="pic/interface/rechts_normal.jpg" border="0" alt="Nach rechts bl&auml;ttern" onMouseOver="hover('rechts',rechts_hover)" onMouseOut="hover('rechts',rechts_normal)" onMouseDown="hover('rechts',rechts_click)" onMouseUp="hover('rechts',rechts_hover)" /></a></td>
    </tr>
    <tr>
    <td colspan="3">
    <div align="center">
    <a href="javascript:stop()"><img id="stop" src="pic/interface/stop_normal.jpg" border="0" alt="Diashow stoppen" onMouseOver="hover('stop',stop_hover)" onMouseOut="hover('stop',stop_normal)" onMouseDown="hover('stop',stop_click)" onMouseUp="hover('stop',stop_hover)" /></a>
    <a href="javascript:play()"><img id="play" src="pic/interface/play_normal.jpg" border="0" alt="Diashow starten" onMouseOver="hover('play',play_hover)" onMouseOut="hover('play',play_normal)" onMouseDown="hover('play',play_click)" onMouseUp="hover('play',play_hover)" /></a>
    </div>
    </td>
    </tr>
    </table>
    </div>
    </body>
    </html>



    bitte um hilfe

    Beitrag ge?ndert am 14.10.2005 07:43 von the-eden-projekt
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. Mach mal einen Doppelklick auf das "Fehler auf der Seite" und sag uns dann, was der IE als Fehlermeldung bringt.
  4. Autor dieses Themas

    the-eden-projekt

    the-eden-projekt hat kostenlosen Webspace.

    hmpf
    also mitlerweile sagt er nicht mehr das nen fehler da ist

    es steht da das er fertig ist aber geht nicht mit den bildern weiter

    hier der link
    http://the-eden-projekt.xardas.lima-city.de/michapic.php
  5. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!