Displaying a pop up image (or other info) when a drop down choice is selected.
You put the additional information into the "HTML for Name" field of each choice
within round brackets ( ).
e.g. Left Handed (leftimage.jpg) Operation
Right Handed (rightimage.jpg) Operation
The information within the brackets will be hidden from display and stored in an array.
The stored item will be available in the JavaScript routine showimage whenever a choice is selected.
Note:- You should not use the single quote ' character in any of your choices "HTML for Name" fields.
Put the following code into Act_primary.html (just above the tag).
You should change the code in showimage to do whatever you need.
Replace Act_VariantListHeader with the following code:-