I have a form with a drop down menu that will allow a user to pick from a multitude of images that are no more than 50x50 each. There is about 200 in all. A user of the site requested they be able to preview the image before making a selection.
I tried, with my limited javascript abilities, to create this solution myself, but failed (yeah I need a bit more work with creating JS from scratch

). I was searching for a snipplet that would do this but I can't seem to find the right one.
Anyone have one in their code libraries or know of a good link which will help me solve this problem? Thanks!