kts Posted March 2, 2010 Share Posted March 2, 2010 Hey, I am having a bit of trouble making my specific divs show per select choice... onchange="document.getElementById(value).style.display = 'block'; doesn't seem to work... any other suggestions? Quote Link to comment Share on other sites More sharing options...
Dennis1986 Posted March 2, 2010 Share Posted March 2, 2010 onchange="document.getElementById(this.selectedIndex).style.display = 'block'; Quote Link to comment Share on other sites More sharing options...
kts Posted March 2, 2010 Author Share Posted March 2, 2010 Thanks Dennis, just got the solution as well! haha, oh well. Cheers 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.