Hello,
How does one make a DIV visible if a form action is taken, such as a Radio button selected?
But here is the thing: this DIV that is to become visible and invisible upon radio clicked does not contain a simple short Text message, but instead this DIV contains many Images for selection. I mean I know how to turn on/off a DIV via Javascript command:
document.getElementById("action_label").innerHTML= "something here";
but again this DIV is to contain many images and the inputs for selecting one of these images so that Javascript command will just not cut it.
Looking forward to your suggestion.