Creating links from database results
I have created a website that users can search for images from a database. As it stands the user can use a series of dropdown menus to search for the type of image that they require and the results are then displayed as thumbnails. All of this works perfectly.
However I need to find out how to allow the user to click on the thumbnail to view the bigger version of the image. I am pretty sure that usually i would have to reload the page but in this case i want the larger image to open up in a completely new page. I have created a new page to link to that is set up to response.write the image from the database but it doesn't work. Do I need to do something to pass the values from the original search query over to the new page?
Any help would be appreciated
|