Ciao a tutti!!
Ho cominciato da poco a lavorare con l HTML,e ho riscontrato il primo problema...ho diviso la pagina in piu' frame,tutti i collegamenti dei vari frame devono essere visualizzati nella pagina centrale.htm
Come devo fare?? :master:
vi posto il codice
codice:
<frameset cols="19,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="NO" noresize src="sinistra.htm">
<frameset cols="*,19" frameborder="NO" border="0" framespacing="0" rows="*">
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="superiore.htm" >
<frameset rows="44,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame1" scrolling="NO" noresize src="home.htm" >
<frameset rows="*,15" frameborder="NO" border="0" framespacing="0">
<frameset cols="120,*" frameborder="NO" border="0" framespacing="0" bordercolor="#FFFFFF">
<frame name="leftFrame1" scrolling="NO" noresize src="sinistra%20centrale.htm">
<frameset cols="*,120" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="mainFrame" src="centrale.htm">
<frame name="rightFrame1" scrolling="NO" noresize src="destra%20centrale.htm">
</frameset>
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="inferiore.htm">
</frameset>
</frameset>
</frameset>
<frame name="rightFrame" scrolling="NO" noresize src="destra.htm">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
---------------->>>S.O.S<<<--------------