Je moet ingelogd zijn om te stemmen.
function gotoPlace( id ) { location.href = "test.php?id=" + id; }
function gotoPlace( id ){ location.href = "test.php?id=" + id;}
<select ... onchange="gotoPlace(this.value);">