var selectedOption = document.getElementById('id3').selectedOptions[0]; document.getElementById('selectedOption').innerHTML = selectedOption.innerHTML;