var opt document.createElement("option");
mehrere Einträge die ich mit:
sel.appendChild(opt);
Warum nicht mit new Option()?
Struppi.
var opt document.createElement("option");
mehrere Einträge die ich mit:
sel.appendChild(opt);
Warum nicht mit new Option()?
Struppi.