codice:
function chiudi() {
		window.opener.document.getElementById('foto').value = document.getElementById('filename').value;
		window.close();
	}
su IE funziona mentre su FF restituisce il seguente errore:
document.getElementById("filename") has no propertie

di cosa si tratta?