Klappen könnte z.b.:
function init () {
if (top.location.href != "url") {
top.location.href = "url";
}
//WENN das Hauptfenster nicht die URL deines Framesets hat, DANN
//gehe auf die URL deines Framesets
}
<body onLoad="init()">
...
</body>
(wobei url die Url deines Framesets ist)
Gruesse,
Joerg