I need help with the following:
I have a page with six diferent thumbnails, when a thumbnail is clicked another page comes up that displays the image that was clicked on, I know this can be done with plain html but then i would have to create one page per each thumbnail , I want to just build one page and the image displayed on this page will depend on which image was cselected on the proir page.
Now I will pass the values to the second page by appending the variable value on th url of the selected thumbnail,, please help
basicly i want to able to display a specific image depending on a variable's value

