I am looking for some JavaScript code that I can place in an ASP to be used with Netscape. The JavaScript code must be executed when a specific selection is made in a pulldown box. Based on the selection, the JavaScript will then display a blank text box for input.
For example: On a Form generated by ASP, I have a pulldown box. The pulldown contains the following values:
A, B, C, D.
If B is chosen, I need a blank text box to become visible and available for input. Otherwise, the text box remains hidden.
Thanks in advance for your help.
For example: On a Form generated by ASP, I have a pulldown box. The pulldown contains the following values:
A, B, C, D.
If B is chosen, I need a blank text box to become visible and available for input. Otherwise, the text box remains hidden.
Thanks in advance for your help.