hi,
verflixt, stimmt natürlich - das neue Input soll natürlich vor dem Select eingefügt werden, und so hatte ich's auch ursprünglich.
Aber auch
selectBox = document.getElementById("selectBox");
comboBox = document.createElement("input");
comboBox.type = "text";
comboBox.id = "comboBox";
form1 = document.getElementById("form1");
form1.insertBefore(
comboBox,
selectBox
);
liefert mir den gleichen Fehler.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }