Hi,
Gibt es hier eine Möglichkeit, das ohne das DOM zu programmieren,
Ohne DOM? Du bist lustig, dieses innerHTML-Gebastel ist doch schon so wenig DOM wie moeglich.
so dass es auch im IE funktioniert?
Dein Problem liegt hier:
var Eintraege = "<option selected='selected' onClick='archivArtikel(0)'>"+WK[0]+"</option>";
Der IE feuert kein onclick auf Options.
Nutze also onchange auf dem Select, und ermittle dir von dort aus, welche Option selektiert ist.
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“