ChrisB: IE: getElementsByName-Problem

Beitrag lesen

Hi,

warum zeigt der Internet Explorer mir bei folgendem Minimalbeispiel
alert(document.getElementsByName("abc").length);
<li name="abc">Welt</li>
nicht wie erwartet 1 (sondern 0) an? Firefox machts richtig. :-(

Weil LI in HTML kein name-Attribut hat.

MfG ChrisB

--
„This is the author's opinion, not necessarily that of Starbucks.“