Hi Richie
Das ist relativ einfach. Ich würde das so machen:
<body onLoad="javascript:top.frames[MAINFRAMENR].location.href='URL';">
Fast gut ;-) du musst nur noch javascript: weglassen, dann klappts. Also:
<body onLoad="top.frames[MAINFRAMENR].location.href='URL';">
Tschau Holger