Hallo Matze,
danke für deine Antwort aber leider werde ich da nicht ganz schlau draus.
Wieso rufst du die Funktion load3() nicht auch erst bei onload und dann nach dem Ladebalken auf?
Ich habe jetzt schon mal verschiedene andere konstallationen versucht allerdings alle ohne erfolg.
1te:
MsgBox.document.write ("<div style='width:400px; background-color: #C0C0C0; border: solid 1px #000000;'><span id='counter3' style='position: absolute; width: 100%; z-index: 3; text-align: center; font-weight: bold;'>0%</span> <div id='status3' style='position: relative; background-image: url(Dokumente/Bilder/hi.gif); width:0px; height: 20px; border-right: solid 1px #000000; z-index: 2;'></div></div>")
MsgBox.document.write ("<Body onLoad='javascript:load3()'> </Body><br><br></table><br>");
hier ist das Verhalten wie vorher.
2te:
MsgBox.document.write ("<div style='width:400px; background-color: #C0C0C0; border: solid 1px #000000;'><span id='counter3' style='position: absolute; width: 100%; z-index: 3; text-align: center; font-weight: bold;'>0%</span> <div id='status3' onLoad='javascript:load3()' style='position: relative; background-image: url(Dokumente/Bilder/hi.gif); width:0px; height: 20px; border-right: solid 1px #000000; z-index: 2;'></div></div>")
Hier startet der Zähler auch beim aktualisieren nicht mehr.
Gruß Andre