I wish to that as you type in the textField the div changes (i got the coding for the changing of the div already) however the onchange even is only called once you have completed and clicked out the textfield i wish for it to be called as each letter is typed
My coding:
<input name="platetext" type="text" id="platetext" onchange="setValue(this)" value="JS07 ZAS" maxlength="8"/>
onkeyupinstead.. – Shadow Wizard May 11 '11 at 10:32