Codice della pagina di impostazione dei due frame:
Codice della pagina anteprime.html:codice:<html> <head> <title>titolo pag</title> </head> <frameset cols="200,*"> <frame name="anteprime" src="anteprime.html" noresize frameborder="no"> <frame name="foto" src="foto.html" noresize frameborder="no"> </frameset> </html>
codice:<html> <head> <title>titolo pag</title> </head> <body> <a href="nomeimg.jpg" target="foto"> [img]nomeanteprima.jpg[/img] </a> </body> </html>