Click to See Complete Forum and Search --> : Hyperlink Help


BobBryant
10-11-2006, 07:36 PM
I need to use a thumbnail image as a hyperlink to open a new page. I want to pass the fullsize image to the new page to be displayed.

Can someone help me with how to pass the image name based on the thumbnail click to the new page?

ray326
10-11-2006, 10:13 PM
Put it as a query string in the link but you really need to be doing the underlying work with a server side process.

<a href="singleimage.html?image=myimage.gif"><img ...></a>

BobBryant
10-12-2006, 06:19 AM
Thanks I will give it a whrill...