Kelemvor
Lifer
I have a form that has a dropdown menu and some text boxes. One of the text boxes doesn't apply to some of the dropdown items.
I want a way that if a certain dropdown item is selected, one of the text boxes will hide.
I know I can just set the actual text box to hidden but I want to hide the text description of the box as well.
I know I can hide a DIV tag but what is the easiest way to do that? It;s one specific tag with a specific ID. Can this be done with one line such as an onSelect command to just hide the one tag? Or is there another easier way to do this maybe?
Thanks.
I want a way that if a certain dropdown item is selected, one of the text boxes will hide.
I know I can just set the actual text box to hidden but I want to hide the text description of the box as well.
I know I can hide a DIV tag but what is the easiest way to do that? It;s one specific tag with a specific ID. Can this be done with one line such as an onSelect command to just hide the one tag? Or is there another easier way to do this maybe?
Thanks.