Ashura: this.innerHTML nur schreiben?

Beitrag lesen

Hallo dey.

Dann solltest du uns den Funktionskörper von „xxsm()“ zeigen.

function xxsm(names) {
alert(names);
var adr = "";
var name = names.split(",,");
var aed1 = "@";
var fme = "fuji-euro.de"
for(var j = 0; j < name.length; j++) {
name[j] = name[j].replace(/;/, ".");
adr = adr+name[j]+aed1+fme+";";
}
location.href='mailto:'+adr;
}

Nichts Auffälliges.

href="[code lang=javascript]javascript:alert(this.innerHTML);"[/code]

Ergebnis ist auch undefined

Kann ich hier beim besten Willen nicht nachvollziehen. Könntest du eine auf ein Minimum reduzierte Beispielseite online stellen?

Einen schönen Mittwoch 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]