Ciao,
ho una sito con FRAME che ha l'index.html suddiviso così:
codice:
<frameset framespacing="0" border="0" frameborder="0" rows="73,*,80">
<frame name="superiore" scrolling="no" noresize target="sommario" src="top.htm">
<frameset cols="161,*">
<frame name="sommario" target="principale" scrolling="no" noresize src="sinis.asp" marginwidth="0" marginheight="0">
<frame name="mainframe" scrolling="auto" src="centro.htm" target="mainframe">
</frameset>
<frame name="inferiore" scrolling="no" noresize target="sommario" src="sotto.shtm">
<noframes>
E' possibile creare un link ad una pagina diversa da index.html ossia con tutti i frame ma senza quello centrale (centro.htm)
esempio di desiderio link a pagina mappa.htm:
codice:
<frameset framespacing="0" border="0" frameborder="0" rows="73,*,80">
<frame name="superiore" scrolling="no" noresize target="sommario" src="top.htm">
<frameset cols="161,*">
<frame name="sommario" target="principale" scrolling="no" noresize src="sinis.asp" marginwidth="0" marginheight="0">
<frame name="mainframe" scrolling="auto" src="mappa.htm" target="mainframe">
</frameset>
<frame name="inferiore" scrolling="no" noresize target="sommario" src="sotto.shtm">
<noframes>
LINK: La Mappa ?????