file index
codice:
<html>
<head>
<title>Nuova pagina 2</title>
</head>
<frameset rows="100%">
<frame name="unico" src="2.htm" target="_self">
<noframes>
<body>
La pagina corrente utilizza i frame. Questa caratteristica non è
supportata dal browser in uso.</p>
</body>
</noframes>
</frameset>
</html>
prima pagina richiamata
codice:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>link a pagina 4</title>
<base target="_self">
</head>
<body bgcolor="#FFFF00">
link a pagina 3</p>
</body>
</html>
seconda pagina richiamata
codice:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>link a pagina 2</title>
<base target="_self">
</head>
<body bgcolor="#00FF00">
link a pagina 2</p>
</body>
</html>
nulla di nuovo/diverso da quello che hai chiesto prima....
se non va bene l'esempio.... riformula di nuovo la domanda