Hello,

I want that each time the user has changed his selection,
to call a function that will search the item in the database 
and fill other details about the selected item.

this is my code but it wont work:

<form action=test.asp method=post name=Details>
     <select size="1" name="cmbCustomer" dir="ltr" onchange= "<% call 
PrintName(this.options[this.selectedIndex].text) %>"  > 
        
    <%
    
    Sub PrintName(txtName)
        
        Details.txtName.value = txtName                 
                        
    End sub
    %>





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to