Just a quick one....whats the best way to tell if a user has enterered/is entering text in to a text field? Which event handler would i use? I want the function attached to the event handler to run preferable when they've finished typing but i think thats unrealistic?
dammit....found what i was looking for in the end....i just loooked at some autocomplete scripts and got an idea from that.....im now using the onkeypress event...onkeypress im checking if the enterted string is longer than four chars and if it is i run my ajax script....the results then appear in a nice box below
Bookmarks