il confronto se uguale si fa con == e non =

... e poi hai messo un or non un and

... ed hai usato troppe parentesi

if (document.getElementById('volo').checked || document.getElementById('land').checked){document. getElementById('tipodispo').selectedIndex=1;}


ciao