Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var name = "text";
var value = "text";
document.myForm.mySelect.options[document.myForm.mySelect.options.length] = new Option(name,value);
<option value="text">
[i]
[i - 1]
[index]
[optionIndex]