$('#combobox').change(function() {
  $('#secilenler').html($('#combobox').value);
}
jQuery kütüphanesi gerektirir. Çalışma garantisi yok.