| Author |
Show a hidden text field
|
Mike Yu
Ranch Hand
Joined: Nov 17, 2001
Posts: 175
|
|
Hi there, If I have a select drop down list and a hidden text field. I want the hidden field to show as a text field when I select option2 in the select box, for example: <form name="form1"> <select name ="select1"> <option value="1" selected> option1 <option value="2"> option2 <option value="3"> option3 </select> <input type ="hidden" name="input1"> </form> Can someone show me how to do it?
|
Thanks,<br />Mike
|
 |
Charlie Sturman
Ranch Hand
Joined: Apr 04, 2002
Posts: 112
|
|
|
|
 |
Mike Yu
Ranch Hand
Joined: Nov 17, 2001
Posts: 175
|
|
Hi Charlie, Thank you for your help. Your code works very well.
|
 |
 |
|
|
subject: Show a hidden text field
|
|
|