Originariamente inviato da Vincent.Zeno
si vede che nel file index non hai inserito il titolo...

si vede che nel file index non hai inserito il titolo...

si vede che nel file index non hai inserito il titolo...
Te l'hanno già detto che nel file index non hai inserito il titolo?

Comunque, hai un file index.htm:
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Documento senza titolo</title>
</head>

<frameset rows="*" cols="155,*" framespacing="0" frameborder="no" border="0">
  <frame src="Mobi4.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  <frame src="Mobi3.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
Modifica la parte che ho evidenziato in grassetto, e sei a posto.