The onKeyPress event doesnt seem to when typing in the ValidationTextBox.
I need to check whether the text box is empty so that I can enable/disable a button.
Any ideas on how to get his working. This is the html I use ...
" trim="true" type="text" name="car_name_new" id="car_name_new" onKeyPress="newVehicle_CheckAllFields();"/>
The newVehicle_CheckAllFields() function is also fired on onChange for a FilteringSelect which works fine.
Have tried it on FF3 and IE7.
