function showWS(database, vista){ var destinazione = "UDP9/9PubbUDP.nsf" var view = "Atti." + vista switch (database) { case "XI Legislatura": destinazione = "UDPXI/XIPubbUDP.nsf" ; break; case "X Legislatura": destinazione = "UDPX/XPubbUDP.nsf" ; break; case "IX Legislatura": destinazione = "UDP9/9PubbUDP.nsf" ; break; case "VIII Legislatura": destinazione = "UDP8/8PubbUDP.nsf" ; break; } window.location = "/" + destinazione + "/" + view + "?OpenForm"; } function vai(){ var f = document.forms[0]; var tipo = f.TipoAtti.value; var database = f.ChooseLeg_1.value; showWS(database, tipo); }