Let's say I have a form that has, among other controls, a drop-down box that contains YES and NO in response to a question. If the user selects YES, I want three text boxes to appear below the checkbox. If the user selects NO (default), then I want the text boxes to remain hidden. How can I do this, either in Jscript or VBscript?