Sto facendo un sito con iframe.
topframe con menu + musica-
ltframe con lingua e interruttore on off per la musica.
praticamente quando tolgo la musica non faccio altro che dire alla macchina di sotituire quel file con la musica con uno senza.
il problema nasce con la lingua.
come faccio a dire alla macchina che il file da caricare senza la musica è quello in italiano e non quello in inglese?
questo è solo una prova dle ltframe:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
<style type="text/css">
@import url(style2.css);
a:hover {
font-size: large;
}
</style>
<script type="text/JavaScript">
<!--

function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>
<body>


</p>


_____________</p>


<a href onclick="MM_goToURL('parent.frames[\'topFrame\']','menu.html');MM_goToURL('parent.frames[\'mainFrame\']','prima.html');return document.MM_returnValue" />[img]veniceimg/ITALY.gif[/img] Italiano</a></p>


<a href onclick="MM_goToURL('parent.frames[\'topFrame\']','menuing.html');MM_goToURL('parent.frames[\'mainFrame\']','welcome.html');return document.MM_returnValue" />[img]veniceimg/BRITAIN.gif[/img] English</a></p>


[img]veniceimg/SPAGNA.gif[/img] Espanol </p>


_____________</p>


[img]veniceimg/immagine.gif[/img]<a onclick="top.topFrame.location='menu1.html'"> Spento</a> <a onclick="top.topFrame.location='menuing1.html';"> Off</a></p>


[img]veniceimg/immagine.gif[/img]<a onclick="top.topFrame.location='menu.html';"> Acceso</a> <a onclick="top.topFrame.location='menuing.html';"> On</a></p>


</p>


</p>
</body>
</html>