[SOLVED] textbox onkeypress to change the select box value
Posted: Wed Mar 30, 2005 9:31 pm
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 ?
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 ?
Code: Select all
<input type="e;text"e; name="e;textfield"e; onKeyPress="e;ChangeSelect()"e;>
<select name="e;select"e;>
<option>TESTING</option>
</select>