When I run this page now, the textbox is hidden on load which is exactly what I want.
But when I select any item from the dropdownlist the textbox is visible for like less than 1 second and it disappears.
Any ideas of why the textbox appears for like half a second and then disappears? It should not disappear. After I make a selection it should appear and stay there on the screen.
what you want to do is something like:
Open in new window
you should also move the script down towards the end of the doc, right before the closing </body> tag, to make sure the DOM has fully loaded