Timon: Probleme im IE mit this.title und this.href

Beitrag lesen

Hallo,

Kurze Frage: Kann mir einer sagen, wie ich im InternetExplorer (Nein, ich mag ihn nicht!) den Link-Titel und Link-Href herausfinden kann?

Der IE macht es einfach nicht so wie ich es will , obwohl 'this' nicht 'Null' ist...

Der Code:

function dasein(e) {  
       document.getElementById('infodiv').style.display = 'block';  
  
       if (this.title != null) {  
        tittell = this.title.substr(0,15);  
       } else {  
        tittell = 'Grrrrr...';  
       }  
  
       if (this.href != null) {  
        addro = this.href;  
       } else {  
        addro = 'scheiss IE';  
       }  
  
       if (addro.length < 30) {  
        addr = addro;  
       } else {  
        addr = addro.substr(0,30) + '...';  
       }  
  
       if (this == null) {  
        addr = 'alles im a****';  
       }  
  
       document.getElementById('infodiv').innerHTML = '<font size=\"5\">' + tittell + '</font><br />' + addr;  
      }  

Timon @ http://www.wahnsinn.de.tl

--
Käsebrötchen
Selfcode: sh:( fo:) ch:| rl( br:^ n4:& ie:{ mo:) va:) de:] zu:| fl:| ss:) ls:[ js:|