Forum Moderators: open
On the result page (photopage.html):
<a name="photo1"></a> <img src="photo1.... etc> On the link page:
<a href="photopage.html#photo1">Photo 1</a> Clicking the link will take the visitor (a) to photopage.html which will (b) scroll down to the anchor named "photo1" on that page (if it exists.)