Patrick Andrieu: weiter im Programm: Script-Verbesserung

Beitrag lesen

Hallo juewi!

cool ...

Bald wirst Du Struppis bester Freund (JavaScript ist cool) ;)

Frage nur, da es ja keine Funktion ist die gestartet wird sondern das Script einfach mit der Schleife beginnt = leichtes Verständnisproblem ;-)

Hm ja, da fehlt noch ein window.onload. Sonst wird der Code sofort ausgeführt, aber document.links bleibt leer, weil »tausch.js« im head-Bereich notiert ist, also eingelesen wird bevor das restliche Dokument zur Verfügung steht...

So könnte jetzt Deine tausch.js aussehen:

       var a = document.links;  
       window.onload = function() {  
         for (var i = 0; i < a.length; i++) {  
           if (a[i].className == 'th') {  
             a[i].onclick = function() {  
               document.aktuelles_foto.src= this.href;  
               return false;  
             }  
           }  
         }  
       }

Dafür gehören alle onclick="tausch(this.href); return false" raus.

Viele Grüße aus Frankfurt/Main,
Patrick

--
_ - jenseits vom delirium - _

   Diblom   [link:hatehtehpehdoppelpunktslashslashwehwehwehpunktatomicminuseggspunktcomslash]
J'ai 10 ans! | Achtung Agentur! | Nichts ist unmöglich? Doch! | Heute schon gegökt?