Hi,
function _initOutput() {
if (i >= string.length - 1) {
code += string[i];
i++;
document.getElementById('sysdiv').innerHTML = code;
}
setTimeout("initOutput()", 100);
}
Wo und wie sind i und string initialisiert?
Ist das Script korrekt eingebunden? (bei externer JS-Datei: stimmt der mime-Type?)
cu,
Andreas
--
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/