I'm trying to do something fairly simple. I have a dropdown list of
product names from a product database. When the user clicks on the
dropdown list and chooses a different product name, I want a function
to execute "onclick" that goes to the product database, retrieves the
rest of the record, and displays the fields underneath the dropdown
list. This should be a common pattern.

However, I'm not finding sufficient information in the documentation
to help me. I tried using _onclick with SELECT, but I'm getting
nowhere. Perhaps I'm not doing it right. Can anybody point me in the
right direction? Is there a sample program I can look at?

Thanks,
Richard

Reply via email to