tags:

views:

55

answers:

1

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 ?

+2  A: 

This article may be of some use. This SO thread may also help.

Brandon