Originariamente inviato da Henry.Chinaski
Che venisse Innanzitutto

Poi se sei in balia di FrontPage (senza QUOTE ) ti consiglio una cosa Sat, posta la porzione di codice che contiene sia il menù che il "target" del menù.
Probabilmente trattasi di un errore banale di indirizzamento

Ciao Henry grazie per la risposta... Allora ecco il sito: http://www.satstory.altervista.org

Codice:

<html>

<head>
<title>SAT STORY</title>
</head>

<frameset rows="216,*,53">
<frame name="top" scrolling="no" noresize target="contents" src="http://www.satstory.altervista.org/logo.htm">
<frameset cols="187,*">
<frame name="contents" target="main" src="http://www.satstory.altervista.org/altriargomenti.htm">
<frame name="main" src="http://www.satstory.altervista.org/telepiu.htm">
</frameset>
<frame name="bottom" scrolling="no" noresize target="contents" src="http://www.satstory.altervista.org/notizie.htm">
<noframes>
<body>



This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>


PS: L'immagine sopra non si vede perchè ho sbagliato a caricarla... errore mio!
Il menù è quello a sinistra (Altri Argomenti)
Vorrei che cliccando in una voce di altri argomenti venisse caricata la pagine nel frame centrale e non nel frame Altri Argomenti...

Grazie