Hi,
var w = document.getElementById("productimage");
w.removeChild(document.getElementsByTagName("img")[0]);Aber ehrlich gesagt. Die Schreibweise ist mir nicht ganz klar.
Warum braucht man das [0] noch hinter ["img"] ?
Weil getElementsByTagName dir eine NodeList liefert - eine *Liste* von HTML-Elementen.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]