Calocybe: Frames & Links

Beitrag lesen

Hallo Antje!

function Textmarke()

{
x=parent.frames.oben.location.href.substring(parent.frames.oben.location.href.lastIndexOf("/")+1,parent.frames.oben.location.href.length);
x=x+"#Anker";
parent.frames.oben.location.href=x;

}

Mmh, wie waer's einfach mit
    parent.oben.location.href = "#Anker";
?

So long