Hallo Cybear, hallo Stefan,
ich habe es dann so gelöst:
function wobinich() {
Adresse = String(window.parent.location.href);
Woerter = Adresse.split("/");
LastSegment=Woerter[Woerter.length-1];
Variablen = LastSegment.split("?");
LastVariable=Variablen[Variablen.length-1];
//document.write (Adresse + '<br>');
//document.write (Woerter + '<br>');
//document.write (LastSegment + '<br>');
document.write (LastVariable + '<br>'); // letzte Variable
}
Danke für den Tipp!
Grüße
Alexander