// Get the html select element var select = document.getElementById(''); // If you have a like this: // My Value Display text //Then your selected value of your select would be: select.value = "1";