invece di:
location.href = list.options[list.selectedIndex].value;
prova a mettere:
window.open(list.options[list.selectedIndex].value);
invece di:
location.href = list.options[list.selectedIndex].value;
prova a mettere:
window.open(list.options[list.selectedIndex].value);