Bei Name im Inspektor, Du siehst ja da steht jetzt Noname und das kann nicht gehen, vor allem nicht mit 2x noname. Damit hast Du keine gültigen Ziele zum Verlinken.
So ein Beispiel wäre gültig:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Ich">
<title>Willkommen bei mir</title>
</head>
<frameset border="0" cols="80,*" frameborder="no" framespacing="0">
<frame name="links" noresize scrolling="no" src="navi.html">
<frame name="text" noresize src="inhalt.html">
<noframes>
<body bgcolor="#ffffff">
<p></p>
</body>
</noframes>
</frameset>
</html>
Dann schau Dir auch mal mein Tutorial zu Frames an:
http://gltipps.de/pages/tipps/tipp15.html
Gruß
Dirk