sneak
03-02-2003, 19:23
Mi sapreste spiegare xchè explorer visualizza correttamente i frames della pag. seguente mentre Netscape no?
Ecco il codice:
<HTML>
<HEAD>
<TITLE></TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
</HEAD>
<FRAMESET border=0 frameBorder=No frameSpacing=0 rows=160,*>
<FRAME frameBorder=no marginHeight=0 marginWidth=0 noResize scrolling=no src="action/articolo/modifica.html">
<FRAMESET border=0 frameBorder=No frameSpacing=0 rows=8,*>
<FRAME frameBorder=no marginHeight=0 marginWidth=0 noResize scrolling=no src="separatore.html">
<FRAMESET border=0 frameBorder=NO frameSpacing=0 rows=0>
<FRAME name=center src="action/articolo/lista.html">
</FRAMESET>
</FRAMESET>
</FRAMESET>
</HTML>
Ecco il codice:
<HTML>
<HEAD>
<TITLE></TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
</HEAD>
<FRAMESET border=0 frameBorder=No frameSpacing=0 rows=160,*>
<FRAME frameBorder=no marginHeight=0 marginWidth=0 noResize scrolling=no src="action/articolo/modifica.html">
<FRAMESET border=0 frameBorder=No frameSpacing=0 rows=8,*>
<FRAME frameBorder=no marginHeight=0 marginWidth=0 noResize scrolling=no src="separatore.html">
<FRAMESET border=0 frameBorder=NO frameSpacing=0 rows=0>
<FRAME name=center src="action/articolo/lista.html">
</FRAMESET>
</FRAMESET>
</FRAMESET>
</HTML>