if you about <SELECT></SELECT>
you will define name or id for this object
<SELECT name="my_select"></SELECT>
then in javascript code you can show/hide it
document.getElementByName["my_select"].style.display = "none"; ("inline" for show)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.