Danke erstmal,
eigentlich heist es (nach SELFHTML):
<html><head><title>Test</title>
</head><body>
<a href="javascript:location.replace('datei2.htm')">Datei 2</a>
</body></html>
Ich bin kein Profi, versuchte es aber mit (nach SELFHTML):
function Frames(URL1,F1,URL2,F2) {
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
}
zu kombinieren...
Hat nicht geklappt :-(