I know this has been posted and asked about many times, but I still cannot seem to find an answer that fits my situation. I am pretty new with javascripting, and have been teaching myself as the need arises for a script. Heres my current problem:
I need a script that would allow a user to choose "Yes" and "No" from a drop down box. When "Yes" is chosen, instructions and a textfield will display below that drop down box. If they choose "No", the instructions and textfield do not appear.
Problem two is that I can only use javascript to do this (the interface I use is strict).
Any thoughts?
I need a script that would allow a user to choose "Yes" and "No" from a drop down box. When "Yes" is chosen, instructions and a textfield will display below that drop down box. If they choose "No", the instructions and textfield do not appear.
Problem two is that I can only use javascript to do this (the interface I use is strict).
Any thoughts?
Comment