Hi

I'm using an autocomplete field on my form.  I want to run a javascript 
function after someone selects a value in the autocomplete dropdown, but 
I can't find the right event that I should be listening for.  Once the 
user selects something in the list (a customer in my case) I want to 
grab the customer number that is in the hidden field and fill a list of 
dropship locations for that customer.  But, I can't seem to find the 
right event.  I have it working now by listening for onfocus on the 
dropship select field, but I can't always assume that this will be the 
next place a user goes after selecting something in the autocomplete.

Any suggestions?

    -Jim


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to