HI ALL,
I want do a search function something like i keyin in textbox then the selectbox will auto change the value without refresh the page depend on what i keyin in textbox.
Anybody done it before ?
Any website can refer ?
<input type="text" name="textfield" onKeyPress="ChangeSelect()">
<select name="select">
<option>TESTING</option>
</select>