Hallihallo!
Probiere es doch mal so:
<html>
<head>
...
<script type="text/javascript">
function Auswahl() {
if (screen.width=800) {
document.Rechts.location.href="rechterframe800.htm";
}
else if (screen.width=1024) {
document.Rechts.location.href="rechterframe1024.htm";
}
}
</script>
</head>
<frameset onload="Auswahl()" .....>
<frame....
<frame....
<frame name="Rechts" src="klickdichselbstweiter.htm" ....
<noframes>
.....
</noframes>
</frameset>
So ungefähr sollte es eigentlich funktionieren...
Viele liebe Grüße,
Der Dicki