glenelkins Posted November 17, 2006 Share Posted November 17, 2006 HiI have a form layed out in a table, how do I get this form to show extra text fields when the user selects an option from the drop down?I already have the dropdown selection function to work I now need to know how to write the function to display the extra info Quote Link to comment Share on other sites More sharing options...
fenway Posted November 17, 2006 Share Posted November 17, 2006 Sounds like you want to monitor the onchange event for a SELECT tag, see if the value is your desired value, and then un-hide the remaining options (which I assume are in a hidden DIV or something similar). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.