Perchè non posti il CODICE?
Un esempio di framset:
Codice HTML:
<FRAMESET cols="*, 175" frameborder="0" framespacing="0" class="" onunload="xitpop()">
<FRAME src="./index_vstore.html">
<FRAMESET rows="160, *" frameborder="0" framespacing="0" class="">
<FRAME src="./index_image.html">
<FRAME src="./index_niceoffers.html">
</FRAMESET>
<NOFRAMES>
<body>
<P>This frameset document contains:
<UL>
<LI><A href="./index_vstore.html">Some neat contents</A>
<LI><IMG src="./Images/Banners/NOC_M_banner8.jpg" alt="A neat image">
<LI><A href="./index_niceoffers.html">Some other neat contents</A>
</UL>
</body>
</NOFRAMES>
</FRAMESET>