Moin
nur die id?
function test(txt) {
txt=txt.replace(/<|>/g," ").replace(/ = |= | =/g,"=").split(" ");
for (var i=0;i<txt.length;i++) {
var t=txt[i].split("=");
if (t[0].toLowerCase()=="id" && t[1]) return(t[1])
}
}
>
> Gruß
> rfb
Hallo rfb,
erstmal danke für die schnelle Antwort.
Den Code hab ich ausprobiert. Funktioniert einwandfrei. Danke sehr.
Gruß
Stelios