metti al onSubmit="return changeUrl()" del form

function changeUrl()
{
var value = document.getElementById('ricerca_webcam_italia').v alue;
document.location.href = 'http://www.url.it/'+value+'.html';
return false;
}