Ciao a tutti, ho un piccolo problema con i frame, in pratica sul frame a sinistra della pagina, quando vado a cliccare nei collegamenti che mi "dovrebbero" aprire la pagina sul frame principale, la aprono invece su questo laterale del menu...

codice:
<html>
<head>
<title> title</title>
</head>
<frameset rows='114, *' cols='1*'>
<frame name='top' scrolling='no' marginwidth='0' marginheight='0' framespacing='0' frameborder='0' noresize src='top.html'>
<frameset rows='1*' cols='212, *'>
<frame name='menu' target='main' scrolling='no' marginwidth='0' marginheight='0' framespacing='0' frameborder='0' noresize src='menu.html'>
<frame name='main' scrolling='yes' marginwidth='0' marginheight='0' framespacing='0' frameborder='0' noresize src='principale.html'>
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>