ok


function Invia() {
var destinazione = document.myForm.ip.value + ".htm";
parent.window.nomedell'iframe.location.href = destinazione;
}