Hallo Dennis!
Versuch es dochmal mit:
function frameset(url1,url2)
{
parent.frames[2].location.href = url1;
parent.frames[3].location.href = url2;
}
... und als bsp. kannst Du so mehrere Frames ansprechen...
<a href="javascript:frameset('seite1.htm','seite2.htm')">
So denn
tommy