<select name=room style="display:none;"> <option value=1>комната1 <option value=2>комната2 </select> <input type=submit value=' комната1 ' onclick="document.getElementsByName('room')[0].selectedIndex=0;"> <input type=submit value=' комната2 ' onclick="document.getElementsByName('room')[0].selectedIndex=1;">