Hallo Martin.
Schon recht. Allerdings habe ich mich an die Ursprungsfrage halten wollen, und die galt nun einmal Javascript.
[quote:#214]
Da kommt mir eine gute Idee. Eine Abwandlung meiner kürzlich geposteten Funktion:
function quote() {
var n = document.getElementById('nachricht-text');
if (n) {
n.innerHTML = n.innerHTML.replace(/(\[quote:#(\d+)\])/g,
'<a href="http://community.de.selfhtml.org/zitatesammlung/zitat$2">$1</a>');
}
}
Die beiden werde ich wohl bei Gelegenheit zusammenfassen.
Einen schönen Montag 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]
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]