Control an Input box from a Drop Down box
From: Peb (peter.bailey_at_innogy.com)
Date: 03/10/04
- Next message: McKirahan: "Re: Control an Input box from a Drop Down box"
- Previous message: HWP: "Strange internal server error in line 0"
- Next in thread: McKirahan: "Re: Control an Input box from a Drop Down box"
- Reply: McKirahan: "Re: Control an Input box from a Drop Down box"
- Reply: Net Mongrel: "Re: Control an Input box from a Drop Down box"
- Messages sorted by: [ date ] [ thread ]
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 !!!
- Next message: McKirahan: "Re: Control an Input box from a Drop Down box"
- Previous message: HWP: "Strange internal server error in line 0"
- Next in thread: McKirahan: "Re: Control an Input box from a Drop Down box"
- Reply: McKirahan: "Re: Control an Input box from a Drop Down box"
- Reply: Net Mongrel: "Re: Control an Input box from a Drop Down box"
- Messages sorted by: [ date ] [ thread ]