Anzitutto premi CTRL+F5 per vedere l'index.
Questo è il codice della tua pagina:
Codice HTML:
<DOCTYPE HTML PUBLIC"-//W3C//DTD HTML.4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title> Mondo Internet</title>
</head>
<frameset cols="200,*">
<frame src="menu.html" name="menu" frameborder="0" noresize>
<frame src="principale.html" name="superiore" frameborder="0" noresize>
<noframes>
<body>
Spiacente, il tuo browse non supporta i frames
</bodY>
</noframes>
</frameset>
</html>
Il problema sta nel fatto che non hai caricato le due pagine che la compongono, menu.html e principale.html