Control an Input box from a Drop Down box

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Peb (peter.bailey_at_innogy.com)
Date: 03/10/04


Date: 10 Mar 2004 12:47:28 -0800

Please forgive me if this is not the right place for this question

All(!) Iwant to do is have a form with a Drop Down box and an Input
box.. and when the forms "Submit" button is clicked both values should
be sent to the server.. so far so good (I'm ok with forms and
"Submit").. but when the user selects a new value from the drop down
the input box should be updated

in 'proper' VB this would nearly be

DropDown.OnClick
(

    Input_Box.Value = DropDown.Value

)

So I'm looking for any VB examples !!!


Quantcast