double image drop down selection... help please
I am trying to create a double selection drop down menu that changes a picture depending on what you have selected. Like this one:
http://www.terihelp.net/colors.php
or this one:
www.polahelp.com/createpet.php
So depending on what is selected in the two drop boxes a different picture will show automatically.
Can you help? Thanx
Re: double image drop down selection... help please
What part do you need help with?
Re: double image drop down selection... help please
As for the logic of it, i think you might be able to use a nested SWITCH construct. I'm not sure if that can only work with integers though, if so use a nested IF construct i'd guess.
Re: double image drop down selection... help please
Two-dimensional map looks more promising.
In any case, you're in the wrong forum. You want help with JavaScript; this is Java.
Re: double image drop down selection... help please
Quote:
Originally Posted by CornedBee
Two-dimensional map looks more promising.
In any case, you're in the wrong forum. You want help with JavaScript; this is Java.
What makes you assume that he needs help with JavaScript, he hasn't said anywhere.
Re: double image drop down selection... help please
Quote:
Originally Posted by x-ice
What makes you assume that he needs help with JavaScript, he hasn't said anywhere.
Both his examples are web pages. Also, it's a first post. And finally, someone using Java is more likely to use the term combobox.
Re: double image drop down selection... help please
Quote:
Originally Posted by CornedBee
Both his examples are web pages. Also, it's a first post. And finally, someone using Java is more likely to use the term combobox.
Ok, your probably right, i see what you mean.