salve a tutti
dato il seguente codice
Codice PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</
head>

<
frameset rows="105,*" framespacing="0" frameborder="NO" border="0">

  <
frameset cols="*" framespacing="0" frameborder="NO" border="0">
  <
frame src="top.asp" name="top" scrolling="NO" noresize >
  </
frameset>
    <
frameset cols="27%,*" framespacing="0" frameborder="NO" border="0">
  <
frame src="body.asp" name="body" scrolling="auto" noresize>
    <
frame name="Destra" src="destra.asp" scrolling="auto" framespacing="0" frameborder="NO" border="0" noresize>
    </
frameset>
    
</
frameset>


<
noframes><body>
</
body></noframes>
</
html
ho 3 frame nella pagina
e in visualizzazione strutturaa, con frontPage mi visualizza tutte le pagine
ma in anteprima la pagina di desra e body scompaiono
persino nel browser

a cosa è dovuto?
grazie