habs gelöst
hier für alle die es interessiert das jeweilige javascript :
<scrip type="text/javascript >
<!--
function ZweiFrames(URI1, F1, URI2, F2)
{
Frame1 = eval("parent."+F1);
Frame2 = eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
//-->
</script>
und im html code:
<a href="javascript:ZweiFrames('DATEI1.html','ZIELFENSTER','DATEI2.html','ZIELFENSTER2')"
Gruss
Skav