auto complete text field... whenever I key up a number..it will append with a specific text..For an example when I entered 2 it will become 2 days..any helps?
Moby_Dim
6:10 pm on Jan 29, 2007 (gmt 0)
the simplest imho is onblur event handler containing regex to analyse the value entered.