humbleprogrammer
Programmer
Hi,
I have a form with a couple of dropdown boxes. I want to show another form field (other description) only if other is chosen from the drop down box. I have accomplished this using VBScript, a querystring (type=text) and the onchange event, but am only able to get it to work if I have the form submit to itself. Is there a way I can open up another form field using JavaScript without having to submit the form? I suck at JavaScript so any help is greatly appreciated.
Thanks!
I have a form with a couple of dropdown boxes. I want to show another form field (other description) only if other is chosen from the drop down box. I have accomplished this using VBScript, a querystring (type=text) and the onchange event, but am only able to get it to work if I have the form submit to itself. Is there a way I can open up another form field using JavaScript without having to submit the form? I suck at JavaScript so any help is greatly appreciated.
Thanks!