La mia home page è composta da 3 frame creati con html.. in uno di questi ["title"] c'è un menu fatto con flash e i bottoni dovrebbero caricare delle pagine in html nel frame "pag".. sapete dirmi come posso farlo?
Questa è la homepage:
<HTML>
<head>
<title>.:Yu-gi-oh!:.</title>
</head>
<frameset rows="240,*" border="0">
<frame name="title" src="prova1.html" scrolling="no">
<frameset cols="600,*" border="0">
<frame name="pag" src="home1.htm" scrolling="auto">
<frame name="image" src="image.htm" scrolling="no">
</frameset>
</HTML>


Rispondi quotando