I have a listbox and when I click on each choice inside the listbox I want to display a thumbnail of the image that the choice relates to. How do I do this in Dreamweaver/PHP
Hi
As far as I'm aware PHP will not be the way to go with this. You will need a Javascript onChange or onClick event handler.
Hope this helps
Since this is a client-side task, I'll move the thread.