acctman
04-01-2010, 04:29 AM
Can someone help me make a dropdown menu that will show and hide a div when a option is select.
Select: Type1, Type2 (drop-down menu)
If Type2 is selected show Works Form (DIV id=works)
If Type1 is selected show New Form (DIV id=new) make sure DIV id=works is hidden.
div id=new will always be shown, div id=works is the div that will be shown if its select with Type2
Thanks in advance.
Select: Type1, Type2 (drop-down menu)
If Type2 is selected show Works Form (DIV id=works)
If Type1 is selected show New Form (DIV id=new) make sure DIV id=works is hidden.
div id=new will always be shown, div id=works is the div that will be shown if its select with Type2
Thanks in advance.