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.
<select name="combo" onChange="settext(this.value)">
function settext(newval) { //v3.0
document.forms[0].txtfield.value=newval;}
}
<select name="combo" onChange="javascript:document.forms[0].txtfield.value=this.value;">