function aendern(param){
document.getElementById("t").nodeValue = param;
Wo hast du nodeValue her?
Du suchst value
Struppi.
function aendern(param){
document.getElementById("t").nodeValue = param;
Wo hast du nodeValue her?
Du suchst value
Struppi.