Hello,
Here is my previous post
http://www.codingforums.com/showthread.php?t=266513
It's in HTML and CSS section so decided to post my follow up question based on the answear on this JavaScript section.
So how can I get JavaScript to check the values of my 2 options and show right div based on those two?
Lets say I got basic dropdown as described in my previous post and user would choose New York and Los Angeles and the div that has the list would have an ID of "NYC-LOS" or something like that.
How can I use JavaScript to scan the selections and show the right content?
Any help is welcome, just to get me started!
-Riku