<select>
<option onclick="document.location.href='http://test.ru/index.php?var=' + this.value" value="1">1</option>
<option onclick="document.location.href='http://test.ru/index.php?var=' + this.value" value="2">2</option>
<option onclick="document.location.href='http://test.ru/index.php?var=' + this.value" value="3">3</option>
</select>
Можно по другому и покороче, но что-то лениво писать
![](https://javascript.ru/forum/images/smilies/smile.gif)