Ashura: IE: auf abbr-Elemente zugreifen.

Beitrag lesen

Hallo David.

Ist es in irgendeiner Form möglich im Internet Explorer per Javascript auf abbr-Elemente zuzugreifen? Meine diesbezüglichen Versuche sind leider gescheitert:

Bist du sicher? Der IE gibt mir hier wie erwartet 1 aus:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">  
  <head>  
    <title>&lt;abbr/&gt; und IE</title>  
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />  
    <script type="text/javascript">  
      [code lang=javascript]window.onload = function() {  
        alert(document.getElementsByTagName("abbr").length);  
      }

</script>
  </head>
  <body>
    <p>Dies ist eine <abbr title="Abkürzung">Abk.</abbr></p>
  </body>
</html>[/code]

Einen schönen Samstag noch.

Gruß, Ashura

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]