Hallo,
var ReplaceNode = Container.childNodes(0);
"Fehler: TxtNode.childNodes is not a function"
da hat er Recht, der Firefox. Mit der obigen Anweisung versuchst du ja schließlich, TxtNode.childNodes() als Funktion aufzurufen. Das geht natürlich nicht.
Meintest du stattdessen vielleicht die Indizierung mit eckigen[] Klammern?
So long,
Martin
--
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.