Originariamente inviato da graffithouse
http://forum.html.it/forum/showthrea...readid=1353843
se lo faccio con i frames.. dove inserisco il codice del mixpod?

codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>Test musicale</title>
</head>
<frameset rows="0,100%" frameborder="no" border="0" framespacing="0">
<frame src="musica.html" name="musicframe" id="musicframe" title="parte_musicale" />
<frame src="sito.html" name="sito" id="sito" title="miosito" />
</frameset>
<noframes>
<body>


contenuto per i no-frames</p>
</body>
</noframes>
</html>