Hi All,
I'd like to create a html combo box
For example
List of this combo box
1)Most Likely
2)Won Date
3)Lost
when user chooses 'Most Likely', another combo box will be automatically appeared.
when user chooses 'Won Date', another Date Picker will be automatically appeared.
when user chooses 'Lost', another Text box will be automatically appeared to type comments.
How to code?
changing combo selection, showing related control?
Moderator: General Moderators
Re: changing combo selection, showing related control?
Use javascript
Re: changing combo selection, showing related control?
Please give me a sample code because I'm a beginner in JScript.
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: changing combo selection, showing related control?
And your adventure starts by googling the "onchange" event.soclose wrote:Please give me a sample code because I'm a beginner in JScript.