I have an .ASP page that uses the “onChange” event to trigger a database lookup of information.
(After a Code is entered, the system validates the code and places the description next to it. I.E. GP1234 returns GP1234-Rubber Duck or GP1234-Invalid Code). The problem I am having is that my users that have the AutoComplete active get a list of previously used codes presented. If they use one of the codes in the list, the data is enteres, but not event is triggered to direct the page to verify the data. I have tried OnChasnge, OnBlur , and onMouseOut.
Any suggestions ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
From Using AutoComplete in HTML Forms on MSDN:
Note that the |
|||||
|
|
Setting If you don't want to do that, the events you're likely looking for are |
|||
|
|