asd4444b: Problem mit einem eigenem Pictureviewer

Hallo,
ich probiere jetzt schon ewig rum, aber hab' keine Ahnung warum dieser Code nicht funktioniert:

  
var img;  
  
function loading_site () {  
img = 1;  
}  
  
function loading_img (imgname, imgtext, imgnumber) {  
document.getElementById("text").innerHTML = imgtext + "<a>&nbsp;&nbsp;</a><a href='javascript:loading_img_b()'><img border='0px' id='back' src='pixel.jpg'></a>&nbsp;<a href='javascript:loading_img_f()'><img id='forward' src='pixel.jpg' border='0px'></a>&nbsp;&nbsp;<a href='javascript:loading_img_close()'><img id='close' border='0px' src='pixel.jpg'></a>"  
document.getElementById("close").src = "close.png"  
document.getElementById("forward").src = "forward.png"  
document.getElementById("back").src = "back.png"  
document.getElementById("img").src = imgname  
document.getElementById("img").border = "1px"  
document.bgColor = "grey"  
img = imgnumber  
}  
  
function loading_img_close () {  
document.getElementById("close").src = "pixel.jpg"  
document.getElementById("img").src = "pixel.jpg"  
document.getElementById("forward").src = "pixel.jpg"  
document.getElementById("back").src = "pixel.jpg"  
document.getElementById("img").border = "0px"  
document.getElementById("text").firstChild.data = " "  
document.bgColor = "white"  
}  
  
function loading_img_f () {  
    if (img == 1) {  
      location.href = "javascript:loading_img('bild2.jpg', 'Tea-Time', '2')"  
    } else if (img == 2) {  
       location.href = "javascript:loading_img('bild3.jpg', '... beladen', '3')"  
    }  
}  
  
function loading_img_b () {  
   if (img == 3) {  
      location.href = "javascript:loading_img('bild2.jpg', 'Tea-Time', '2')"  
    } else if (img == 2) {  
       location.href = "javascript:loading_img('bild1.jpg', 'Wilde Szene', '1')"  
    }  
}

Danke im Vorraus!

asd4444b

  1. Hi,

    ich probiere jetzt schon ewig rum, aber hab' keine Ahnung warum dieser Code nicht funktioniert: [...]

    Bitte berücksichtige die Tipps für Fragende,

    Danke im Vorraus!

    und auch, dass dies hier kein Script-Reparatur-Service ist, sondern wir ein erkennbares (Mindest-)Maß an Eigeninitiative voraussetzen.

    MfG ChrisB

    --
    RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
    1. Hallo,
      ich habe ja schon das ganze Internet durchforstet und kein Lösung gefunden.

      asd4444b

      1. Hallo asd4444b,

        ich habe ja schon das ganze Internet durchforstet ...

        jetzt bin ich aber echt beeindruckt. Mir ist das - und ich bin schon von Anfang an dabei - bisher nicht gelungen.

        Gruß, Jürgen

        1. Hahaha! Sehr witzig!

          asd4444b

          1. Hallo asd4444b,

            dito

            Gruß, Jürgen

      2. Hi!

        ich habe ja schon das ganze Internet durchforstet und kein Lösung gefunden.

        Du kaufst Dein Hosen in der Neugeborenabteilung, stimmt's?

        off:PP

        --
        "You know that place between sleep and awake, the place where you can still remember dreaming?" (Tinkerbell)