你好 wahsaga,
selectBox = document.getElementById("selectBox");
comboBox = document.createElement("input");
comboBox.type = "text";
comboBox.id = "comboBox";
form1 = document.getElementById("form1");
form1.insertBefore(
comboBox,
selectBox
);
Sicher, dass das Element selectBox direktes Kind des Elements form1 ist?
Kein <p> oder <div> oder so drum herum?
再见,
克里斯蒂安
--
<Tim> Ich bin nicht hier, um zu helfen. Mir hilft ja auch keiner. Sogar mein Brötchen muss ich mir jetzt selber schmieren.
<http://wwwtech.de/>