ho creato un sito con 3 frame uno latelare dove inserisco musiche e trailer
e 2 orrizontali uno per il menu e uno dove navigare...
adesso nel menu ho inserito i link e se apro questi si aprono nel frame del menu
io li voglio aprire pero nal frame devo "navigo"
codice frame:
Codice:
<frameset cols="190,*" framespacing="0" frameborder="no" border="0">
<frame src="musica.html"
name="index"
marginwidth="0"
marginheight="0"
scrolling="no"
framespacing="0"
frameborder="no"
border="0"
noresize>
<frameset rows="63,1095" framespacing="0" frameborder="no" border="0">
<frame src="menu.html"
name="menu"
marginwidth="0"
marginheight="0"
scrolling="auto"
framespacing="0"
frameborder="no"
border="0"
noresize>
<frame src="login.html"
name="musica and categories"
marginwidth="0"
marginheight="0"
scrolling="auto"
framespacing="0"
frameborder="no"
border="0"
noresize>
</frameset>
grazie in anticipo