This is probably a stupid & obvious question, but does anyone know how to change an image being displayed in a canvas using dropdown menus or radio buttons?
So if I had a red cloudy image and I wanted to replace it with, say, a green cloudy image, using the dropdowns/radios, how would I do it?
Use the onChange-Event of the dropDown menu or radiobutton and call a javascript function, passing to it the name of the image.
Using javascript you can now build a function to change the image.