Another anchor question...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jtonsfeldt
Forum Newbie
Posts: 3
Joined: Mon Nov 01, 2004 2:30 pm

Another anchor question...

Post by jtonsfeldt »

I have a page that displays all thumbnail images matching a given 'series' field in a mySql table. So the page URL looks like:

http://www.michaelmut.com/images.php?series=Collages

Each thumbnail links to a new page to display the full-size image.

My question is: once the viewer is on the page displaying the full-size image, is there a way to go back to the thumbnail on the previous page using an anchor? I know something like this won't work:

http://www.michaelmut.com/images.php?se ... s/#Fireman

Any idea what will? I don't want to have to use pop ups to view the images, but there are many images per series and it is a pain to scroll all the way down to the last image each time you look at something full-size.

Thanks.
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

Post Reply