codice:
	var indice = 0;
	function ChangeImg(){
		 document.getElementById('ifrm').contentWindow.document.images[indice].src="mask"+document.form1.SelectImg.value+".gif";
		
	}
codice:
<iframe src="iframe.html" width="600" height="600" id="ifrm"> </iframe>
ciao